aboutsummaryrefslogtreecommitdiff
path: root/kernel/indtypes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/indtypes.mli')
-rw-r--r--kernel/indtypes.mli10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/indtypes.mli b/kernel/indtypes.mli
new file mode 100644
index 0000000000..20a0adfc18
--- /dev/null
+++ b/kernel/indtypes.mli
@@ -0,0 +1,10 @@
+
+(* $Id$ *)
+
+open Inductive
+open Environ
+
+(* [mind_check_arities] checks that the types declared for all the
+ inductive types are some arities. *)
+
+val mind_check_arities : 'a unsafe_env -> mutual_inductive_entry -> unit