]> matita.cs.unibo.it Git - helm.git/blobdiff - components/urimanager/uriManager.mli
added sets of uri pairs (useful for edges between uris)
[helm.git] / components / urimanager / uriManager.mli
index 1b8317816f434817986e771a1d63efbddd9f7f7a..0d4fcb4197555127960f73344fa481d0bac7e070 100644 (file)
@@ -67,6 +67,7 @@ val univgraphuri_of_uri : uri -> uri
 val uri_of_uriref :  uri -> int -> int option -> uri
 
 module UriSet: Set.S with type elt = uri
+(*module UriPairSet: Set.S with type elt = uri * uri*)
 
 module UriHashtbl : Hashtbl.S with type key = uri