]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/urimanager/uriManager.mli
Now MQueryGenerator generates the query and MQueryLevels produces the restrictions...
[helm.git] / helm / ocaml / urimanager / uriManager.mli
index 5d6ad67831af0abc31c75f4c671d9ffffb24cb81..8afb4e345ac28ee3d29ed6ecad88ff1af97eaf33 100644 (file)
@@ -55,3 +55,6 @@ val uri_is_annuri : uri -> bool
 (* given an uri of a constant, it gives back the uri of its body             *)
 (* it gives back None if the uri refers to a Variable or MutualInductiveType *)
 val bodyuri_of_uri : uri -> uri option
+
+(* given an uri, it gives back the uri of its inner types             *)
+val innertypesuri_of_uri : uri -> uri