aboutsummaryrefslogtreecommitdiff
path: root/kernel/inductive.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inductive.ml')
-rw-r--r--kernel/inductive.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/inductive.ml b/kernel/inductive.ml
index 5617358a18..4034d97124 100644
--- a/kernel/inductive.ml
+++ b/kernel/inductive.ml
@@ -3,6 +3,7 @@
open Util
open Names
+open Univ
open Generic
open Term
open Sign
@@ -27,6 +28,7 @@ type mutual_inductive_body = {
mind_ntypes : int;
mind_hyps : typed_type signature;
mind_packets : mutual_inductive_packet array;
+ mind_constraints : constraints;
mind_singl : constr option;
mind_nparams : int }