]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nUri.mli
Exported apply_subst_context
[helm.git] / helm / software / components / ng_kernel / nUri.mli
index a11e4a1d21ffb14b109d5c3a3284cdcddd2a6b25..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
+module UriMap: Map.S with type key = uri