X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnUri.mli;h=323da90c3b60941e57c582637565be56996289cb;hb=e7f64fe2cc67f3514131c8831f87311ff600d005;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..323da90c3 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 +module UriMap: Map.S with type key = uri