Refactor the code to have a unique place for signature definition.
[tatoo.git] / src / qName.mli
index 36bf022..fa448bc 100644 (file)
@@ -15,8 +15,8 @@
 
 (** 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