Finish renaming Move constructor to Atom.
[tatoo.git] / src / formula.mli
index 867d616..9a0b066 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-01-30 19:08:52 CET by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-02-04 16:04:03 CET by Kim Nguyễn>
 *)
 
 (** Implementation of hashconsed Boolean formulae *)
@@ -28,7 +28,7 @@ type 'formula expr =
   | True
   | Or of 'formula * 'formula
   | And of 'formula * 'formula
-  | Move of move * bool * State.t
+  | Atom of move * bool * State.t
 
 (** View of the internal representation of a formula,
     used for pattern matching *)