aboutsummaryrefslogtreecommitdiff
path: root/checker/checkInductive.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-12-13 13:47:43 +0100
committerPierre-Marie Pédrot2018-12-13 13:47:43 +0100
commit228f0d929bb5098d58cd285fde42bb08d70c6ee8 (patch)
tree3ae8d70a8975d862cc8290ffe475cfe149c013be /checker/checkInductive.mli
parentcaa4a00c4d428325484a8701fbf585e8d522acdf (diff)
parent0f3c1f242ec824a5772c47de61a6cddebe2ee8c8 (diff)
Merge PR #9032: checker: check inductive types by roundtrip through the kernel.
Diffstat (limited to 'checker/checkInductive.mli')
-rw-r--r--checker/checkInductive.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/checker/checkInductive.mli b/checker/checkInductive.mli
index 17ca0d4583..ab54190967 100644
--- a/checker/checkInductive.mli
+++ b/checker/checkInductive.mli
@@ -8,10 +8,11 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-(*i*)
open Names
open Environ
-(*i*)
+
+exception InductiveMismatch of MutInd.t * string
+(** Some field of the inductive is different from what the kernel infers. *)
(*s The following function does checks on inductive declarations. *)