X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2FqName.mli;h=fa448bc85695cc8c19b5cefd06dd6769e8fbf502;hb=d2f5764e9f0e89f485d6237d07cbe9b04b7426ae;hp=36bf022d3e6c676219753ef4f75ce319133fbca2;hpb=cba2938d929fd5119b1491686ddc224d5af618c6;p=tatoo.git 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