Split the sig.ml module in *_sig.ml (one for each module)
[tatoo.git] / src / utils / qName.mli
index 4ffaa41..3d6c899 100644 (file)
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-02-14 16:15:23 CET by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-03-04 22:48:34 CET by Kim Nguyen>
 *)
 
 (** Implementation of qualified names as hashconsed strings *)
 
-include Sigs.HCONS.S with type data = string
-include Sigs.AUX.Printable with type t := t
+include Hcons.S with type data = string
+include Common_sig.Printable with type t := t
 
 
 val of_string : string -> t