Flatten the sources, only leave the XPath module packed.
[tatoo.git] / src / state.mli
index 8c126be..89d67cd 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
+(*
+  Time-stamp: <Last modified on 2013-03-04 23:02:21 CET by Kim Nguyen>
+*)
+
 (** Implementation of states *)
 
-include Sigs.AUX.Type with type t = int
+include Common_sig.Type with type t = int
 
 val make : unit -> t
 (** Generate a fresh state *)