]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/urimanager/uriManager.mli
...
[helm.git] / helm / software / components / urimanager / uriManager.mli
index 0d4fcb4197555127960f73344fa481d0bac7e070..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             *)