Split the sig.ml module in *_sig.ml (one for each module)
[tatoo.git] / src / auto / formula.mli
index a537b2c..78df01c 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-02-08 18:36:33 CET by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-03-04 22:47:09 CET by Kim Nguyen>
 *)
 
 module type PREDICATE =
@@ -24,7 +24,7 @@ sig
   val eval : ctx -> t -> bool
   val neg : t -> t
   include Utils.Hcons.Abstract with type t := t
-  include Utils.Sigs.AUX.Printable with type t := t
+  include Utils.Common_sig.Printable with type t := t
 end
 
 type ('formula,'pred) expr =