added optimisations in the run function
[SXSI/xpathcomp.git] / ata.mli
diff --git a/ata.mli b/ata.mli
index fe328ad..649a496 100644 (file)
--- a/ata.mli
+++ b/ata.mli
@@ -52,7 +52,7 @@ module Formula :
   end
 module Transition :
   sig
-    type node = State.t * bool * Formula.t * bool
+    type node = State.t * TagSet.t * bool * Formula.t * bool
     type data = node
     type t
     val make : data -> t