.
[SXSI/xpathcomp.git] / ata.mli
diff --git a/ata.mli b/ata.mli
index 26f5518..545a826 100644 (file)
--- a/ata.mli
+++ b/ata.mli
@@ -64,7 +64,7 @@ module Transition :
     val ( ?< ) : State.t -> State.t
     val ( >< ) : State.t -> TagSet.t * bool -> State.t*(TagSet.t*bool*bool)
     val ( ><@ ) : State.t -> TagSet.t * bool -> State.t*(TagSet.t*bool*bool)
-    val ( >=> ) : State.t *(TagSet.t*bool*bool) -> Formula.t -> (State.t*TagSet.t*t)
+    val ( >=> ) : State.t * (TagSet.t*bool*bool) -> Formula.t -> (State.t*TagSet.t*t)
     end
     val print : Format.formatter -> t -> unit
   end
@@ -73,7 +73,7 @@ module SetTagKey : Hashtbl.HashedType with type t = StateSet.t*Tag.t
 
 module CachedTransTable : Hashtbl.S with type key = SetTagKey.t
  
-module Formlist : Ptset.S with type elt = Transition.t
+module Formlist : Hlist.S with type elt = Transition.t
 
 type 'a t = {
   id : int;