aboutsummaryrefslogtreecommitdiff
path: root/kernel/entries.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/entries.mli')
-rw-r--r--kernel/entries.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/entries.mli b/kernel/entries.mli
index b2d65d3ed3..392a2cd84f 100644
--- a/kernel/entries.mli
+++ b/kernel/entries.mli
@@ -47,9 +47,10 @@ type mutual_inductive_entry = {
mind_entry_inds : one_inductive_entry list }
(** {6 Constants (Definition/Axiom) } *)
+type const_entry_body = constr
type definition_entry = {
- const_entry_body : constr;
+ const_entry_body : const_entry_body;
const_entry_secctx : Context.section_context option;
const_entry_type : types option;
const_entry_opaque : bool;