]> matita.cs.unibo.it Git - helm.git/blobdiff - components/ng_kernel/nUri.mli
branch for universe
[helm.git] / components / ng_kernel / nUri.mli
diff --git a/components/ng_kernel/nUri.mli b/components/ng_kernel/nUri.mli
new file mode 100644 (file)
index 0000000..7330bab
--- /dev/null
@@ -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