X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnUri.mli;h=c5f6333552cb707f15f1f064eb936f70d0dde427;hb=aa72d8d1a1c3986b41be8347ab4f236180eb1297;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..c5f633355 100644 --- a/helm/software/components/ng_kernel/nUri.mli +++ b/helm/software/components/ng_kernel/nUri.mli @@ -1,11 +1,21 @@ +(* + ||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 module UriHash: Hashtbl.S with type key = uri - -(* CACCA *) -val ouri_of_nuri: uri -> UriManager.uri -val nuri_of_ouri: UriManager.uri -> uri