]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/urimanager/uriManager.mli
huge commit regarding the grafite_status:
[helm.git] / helm / software / components / urimanager / uriManager.mli
index 1b8317816f434817986e771a1d63efbddd9f7f7a..99e65ab88e4afd53aea6b5bae5352324c455d6d1 100644 (file)
@@ -56,6 +56,8 @@ val uri_is_ind : uri -> bool
 (* it gives back None if the uri refers to a Variable or MutualInductiveType *)
 val bodyuri_of_uri : uri -> uri option
 
+val ind_uri_split : uri -> uri * int option * int option
+
 (* given an uri, it gives back the uri of its inner types             *)
 val innertypesuri_of_uri : uri -> uri
 (* given an uri, it gives back the uri of its univgraph             *)
@@ -67,6 +69,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