X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2FqName.mli;h=081c24d5975e43c7ca009dca7be59ce830d0f15a;hb=73755ec720254766e4504ac72684be5e357b6939;hp=36bf022d3e6c676219753ef4f75ce319133fbca2;hpb=cba2938d929fd5119b1491686ddc224d5af618c6;p=tatoo.git diff --git a/src/qName.mli b/src/qName.mli index 36bf022..081c24d 100644 --- a/src/qName.mli +++ b/src/qName.mli @@ -13,10 +13,14 @@ (* *) (***********************************************************************) +(* + Time-stamp: +*) + (** 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