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