X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnUri.mli;h=56b49ce88312fdb130fa99ea0bcf03171cf32bbb;hb=404cfbb5d450f3d738637cfee71aac877a4a8b1d;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 +