X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fformula.mli;h=9a0b0665e7d8e30b76fcfa773b84dbcc95122243;hb=9c0b145d050a5981010435f54848dc862782709c;hp=04b36622949e4f0442179ae62f280e7609d8c475;hpb=e2dcfc3066d33b814d4e9724563cc5b3e696060d;p=tatoo.git diff --git a/src/formula.mli b/src/formula.mli index 04b3662..9a0b066 100644 --- a/src/formula.mli +++ b/src/formula.mli @@ -13,6 +13,10 @@ (* *) (***********************************************************************) +(* + Time-stamp: +*) + (** Implementation of hashconsed Boolean formulae *) type move = [ `Left | `Right | `Epsilon | `Up1 | `Up2 ] @@ -24,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 *)