aboutsummaryrefslogtreecommitdiff
path: root/checker/checkInductive.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/checkInductive.mli')
-rw-r--r--checker/checkInductive.mli18
1 files changed, 18 insertions, 0 deletions
diff --git a/checker/checkInductive.mli b/checker/checkInductive.mli
new file mode 100644
index 0000000000..17ca0d4583
--- /dev/null
+++ b/checker/checkInductive.mli
@@ -0,0 +1,18 @@
+(************************************************************************)
+(* * The Coq Proof Assistant / The Coq Development Team *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* <O___,, * (see CREDITS file for the list of authors) *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(* * (see LICENSE file for the text of the license) *)
+(************************************************************************)
+
+(*i*)
+open Names
+open Environ
+(*i*)
+
+(*s The following function does checks on inductive declarations. *)
+
+val check_inductive : env -> MutInd.t -> Declarations.mutual_inductive_body -> env