diff options
Diffstat (limited to 'kernel/entries.mli')
| -rw-r--r-- | kernel/entries.mli | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel/entries.mli b/kernel/entries.mli index 5d9569de4f..08740afae7 100644 --- a/kernel/entries.mli +++ b/kernel/entries.mli @@ -51,10 +51,9 @@ type mutual_inductive_entry = { (** {6 Constants (Definition/Axiom) } *) type definition_entry = { - const_entry_body : constr; - const_entry_type : types option; - const_entry_polymorphic : bool; - const_entry_opaque : bool } + const_entry_body : constr; + const_entry_type : types option; + const_entry_opaque : bool } type inline = int option (* inlining level, None for no inlining *) |
