X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=components%2Fng_kernel%2FnUri.mli;fp=components%2Fng_kernel%2FnUri.mli;h=7330babd6c609fb210c9b74ad9f4904fa3857384;hp=0000000000000000000000000000000000000000;hb=f61af501fb4608cc4fb062a0864c774e677f0d76;hpb=58ae1809c352e71e7b5530dc41e2bfc834e1aef1 diff --git a/components/ng_kernel/nUri.mli b/components/ng_kernel/nUri.mli new file mode 100644 index 000000000..7330babd6 --- /dev/null +++ b/components/ng_kernel/nUri.mli @@ -0,0 +1,11 @@ +type uri + +val string_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