Split the sig.ml module in *_sig.ml (one for each module)
[tatoo.git] / src / auto / formula.mli
index 3cf240d..78df01c 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-02-07 10:03:26 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 =
@@ -53,7 +53,7 @@ sig
   (** Equality over formulae *)
 
   val expr : t -> (t,P.t) expr
-  (** Equality over formulae *)
+  (** Return a view of the formulae *)
 
   val compare : t -> t -> int
   (** Comparison of formulae *)