X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fng_kernel%2FnUri.mli;h=e3ad120f31d9288b95e2826d2553ab1131d114f3;hb=750305d95b8f6bb40b5be0e9dfd05d42b256f2a1;hp=323da90c3b60941e57c582637565be56996289cb;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_kernel/nUri.mli b/matita/components/ng_kernel/nUri.mli index 323da90c3..e3ad120f3 100644 --- a/matita/components/ng_kernel/nUri.mli +++ b/matita/components/ng_kernel/nUri.mli @@ -15,9 +15,12 @@ type uri val string_of_uri: uri -> string val name_of_uri: uri -> string +val baseuri_of_uri: uri -> string val uri_of_string: string -> uri val eq: uri -> uri -> bool val compare: uri -> uri -> int +val hash: uri -> int module UriHash: Hashtbl.S with type key = uri module UriMap: Map.S with type key = uri +module UriSet: Set.S with type elt = uri