X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_kernel%2FnUri.mli;h=25d319eb4767f8bcaeefcf7e5b80608217ca72e3;hb=bda7443f54cc6fb5b4f5ec069fb19d8a726589d0;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..25d319eb4 100644 --- a/matita/components/ng_kernel/nUri.mli +++ b/matita/components/ng_kernel/nUri.mli @@ -15,9 +15,11 @@ 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