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=7330babd6c609fb210c9b74ad9f4904fa3857384;hpb=05e05dd130ec57395615de286ee50c6729d226ac;p=helm.git diff --git a/helm/software/components/ng_kernel/nUri.mli b/helm/software/components/ng_kernel/nUri.mli index 7330babd6..56b49ce88 100644 --- a/helm/software/components/ng_kernel/nUri.mli +++ b/helm/software/components/ng_kernel/nUri.mli @@ -1,11 +1,23 @@ +(* + ||M|| This file is part of HELM, an Hypertextual, Electronic + ||A|| Library of Mathematics, developed at the Computer Science + ||T|| Department, University of Bologna, Italy. + ||I|| + ||T|| HELM is free software; you can redistribute it and/or + ||A|| modify it under the terms of the GNU General Public License + \ / version 2 or (at your option) any later version. + \ / This software is distributed as is, NO WARRANTY. + V_______________________________________________________________ *) + +(* $Id$ *) + 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