X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Furimanager%2FuriManager.mli;h=771def7c172913e265008a447f1d753e0b29d89e;hb=aca103d3c3d740efcc0bcc2932922cff77facb49;hp=12775af8d48fd9a3168fbc149bfc7ebbf7ec4766;hpb=cfff4940f12cd8f82c745e84403317b9eee964e7;p=helm.git diff --git a/helm/ocaml/urimanager/uriManager.mli b/helm/ocaml/urimanager/uriManager.mli index 12775af8d..771def7c1 100644 --- a/helm/ocaml/urimanager/uriManager.mli +++ b/helm/ocaml/urimanager/uriManager.mli @@ -28,6 +28,7 @@ exception IllFormedUri of string;; type uri val eq : uri -> uri -> bool +val compare : uri -> uri -> int val uri_of_string : string -> uri @@ -67,3 +68,5 @@ val mutconstruct: uri -> uri * int * int type uriref = uri * (int list) val string_of_uriref : uriref -> string +module UriSet: Set.S with type elt = uri +