]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nUri.mli
nothing special
[helm.git] / helm / software / components / ng_kernel / nUri.mli
index c5f6333552cb707f15f1f064eb936f70d0dde427..56b49ce88312fdb130fa99ea0bcf03171cf32bbb 100644 (file)
@@ -17,5 +17,7 @@ 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
+