Add functions to normalize an automaton:
[tatoo.git] / src / auto / formula.mli
index 3cf240d..a537b2c 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-02-08 18:36:33 CET by Kim Nguyen>
 *)
 
 module type PREDICATE =
@@ -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 *)