X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fauto%2Fformula.ml;h=27bd19a8f1cdf80006495362ce4ffc21965f4456;hp=70407cf7fd1cd38b1c2f857e0d4de299870d8433;hb=902bbf3612fbad7cad16d5492b52317c83191fcd;hpb=22783ce35e6d14fc45d4d612a4030c0c3fe8adfe diff --git a/src/auto/formula.ml b/src/auto/formula.ml index 70407cf..27bd19a 100644 --- a/src/auto/formula.ml +++ b/src/auto/formula.ml @@ -14,7 +14,7 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) INCLUDE "utils.ml" @@ -26,9 +26,6 @@ open Utils (** Implementation of hashconsed Boolean formulae *) -type move = [ `Left | `Right | `Epsilon | `Up1 | `Up2 ] - -(** Direction for automata predicates *) *) module type PREDICATE = sig