]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nUri.mli
assert false could happen
[helm.git] / helm / software / components / ng_kernel / nUri.mli
index b08abbbfbe9bd45f201de48ef86cec0d87fca7e8..323da90c3b60941e57c582637565be56996289cb 100644 (file)
 type uri
 
 val string_of_uri: uri -> string
+val name_of_uri: uri -> string
 val uri_of_string: string -> uri
 val eq: uri -> uri -> bool
+val compare: uri -> uri -> int
 
 module UriHash: Hashtbl.S with type key = uri
-
-(* CACCA *)
-val ouri_of_nuri: uri -> UriManager.uri
-val nuri_of_ouri: UriManager.uri -> uri
+module UriMap: Map.S with type key = uri