X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Futils%2FqName.mli;fp=src%2Futils%2FqName.mli;h=3d6c8993b501ed7f1c81dcc628f8d75d9d8480a5;hp=4ffaa412ac8cd088712cf87c065c58dd94263119;hb=f5e7e53901bfc30b6234e6026a2c984bfceff694;hpb=a3d6ecbcea379fa51785848a5b8b53bca4e4bdd2 diff --git a/src/utils/qName.mli b/src/utils/qName.mli index 4ffaa41..3d6c899 100644 --- a/src/utils/qName.mli +++ b/src/utils/qName.mli @@ -14,13 +14,13 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) (** 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