]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_kernel/nUri.mli
porting to recent ocaml
[helm.git] / matita / components / ng_kernel / nUri.mli
index 323da90c3b60941e57c582637565be56996289cb..e3ad120f31d9288b95e2826d2553ab1131d114f3 100644 (file)
@@ -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