X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnUri.mli;h=56b49ce88312fdb130fa99ea0bcf03171cf32bbb;hb=1652681b5eb49332f1c78e6c26d3ae5c7253d382;hp=c5f6333552cb707f15f1f064eb936f70d0dde427;hpb=fa9700ea545ddaed416fdabb9d9fb410ef528e97;p=helm.git diff --git a/helm/software/components/ng_kernel/nUri.mli b/helm/software/components/ng_kernel/nUri.mli index c5f633355..56b49ce88 100644 --- a/helm/software/components/ng_kernel/nUri.mli +++ b/helm/software/components/ng_kernel/nUri.mli @@ -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 +