Remove the timestamp header in source files. This information is
[tatoo.git] / src / ata.mli
index fd75e2e..d65fabb 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-22 15:08:54 CEST by Kim Nguyen>
-*)
-
 type predicate =
     First_child
   | Next_sibling
@@ -77,7 +73,7 @@ type config = {
 }
 
 module Config : Hcons.S with type data = config
-
+val dummy_config : Config.t
 
 type t = private {
   id : Uid.t;
@@ -92,6 +88,7 @@ type t = private {
 
 val create : StateSet.t -> StateSet.t -> t
 val reset : t -> unit
+val full_reset : t -> unit
 val get_trans : t -> QNameSet.elt -> StateSet.t -> TransList.t