X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnUri.mli;h=323da90c3b60941e57c582637565be56996289cb;hb=38ec119c163b0e6f97a9800933d5b71c065332e8;hp=b08abbbfbe9bd45f201de48ef86cec0d87fca7e8;hpb=e48acbc0d00717ce8f12412673ece4e4ee0e9642;p=helm.git diff --git a/helm/software/components/ng_kernel/nUri.mli b/helm/software/components/ng_kernel/nUri.mli index b08abbbfb..323da90c3 100644 --- a/helm/software/components/ng_kernel/nUri.mli +++ b/helm/software/components/ng_kernel/nUri.mli @@ -14,11 +14,10 @@ type uri 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 - -(* CACCA *) -val ouri_of_nuri: uri -> UriManager.uri -val nuri_of_ouri: UriManager.uri -> uri +module UriMap: Map.S with type key = uri