aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
Diffstat (limited to 'intf')
-rw-r--r--intf/decl_kinds.mli2
-rw-r--r--intf/vernacexpr.mli2
2 files changed, 3 insertions, 1 deletions
diff --git a/intf/decl_kinds.mli b/intf/decl_kinds.mli
index 2ed776c2d6..ff77d718bc 100644
--- a/intf/decl_kinds.mli
+++ b/intf/decl_kinds.mli
@@ -14,6 +14,8 @@ type binding_kind = Explicit | Implicit
type polymorphic = bool
+type private_flag = bool
+
type theorem_kind =
| Theorem
| Lemma
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index ed6ded8e19..0b2e55941a 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -296,7 +296,7 @@ type vernac_expr =
| VernacExactProof of constr_expr
| VernacAssumption of (locality option * assumption_object_kind) *
inline * simple_binder with_coercion list
- | VernacInductive of inductive_flag * infer_flag * (inductive_expr * decl_notation list) list
+ | VernacInductive of private_flag * inductive_flag * infer_flag * (inductive_expr * decl_notation list) list
| VernacFixpoint of
locality option * (fixpoint_expr * decl_notation list) list
| VernacCoFixpoint of