Refactor xpath parser and ast in a submodule.
[tatoo.git] / src / qName.mli
index 36bf022..081c24d 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
+(*
+  Time-stamp: <Last modified on 2013-01-30 19:07:34 CET by Kim Nguyen>
+*)
+
 (** Implementation of qualified names as hashconsed strings *)
 
-include Hcons.S with type data = string
-include Sigs.Printable with type t := t
+include Sigs.HCONS.S with type data = string
+include Sigs.AUX.Printable with type t := t
 
 
 val of_string : string -> t