X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2FqName.mli;fp=src%2FqName.mli;h=fa448bc85695cc8c19b5cefd06dd6769e8fbf502;hp=36bf022d3e6c676219753ef4f75ce319133fbca2;hb=f5d90fb688bc1a9b29815fc33c369856e6c51a67;hpb=269daee8bbc5b86adeb9b23049c378e49cc82d2e diff --git a/src/qName.mli b/src/qName.mli index 36bf022..fa448bc 100644 --- a/src/qName.mli +++ b/src/qName.mli @@ -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