]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nUri.mli
positivity check fixed
[helm.git] / helm / software / components / ng_kernel / nUri.mli
index b08abbbfbe9bd45f201de48ef86cec0d87fca7e8..c5f6333552cb707f15f1f064eb936f70d0dde427 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
 
 module UriHash: Hashtbl.S with type key = uri
-
-(* CACCA *)
-val ouri_of_nuri: uri -> UriManager.uri
-val nuri_of_ouri: UriManager.uri -> uri