From d98dfbcae463f8d699765e2d7004becd7714d6cf Mon Sep 17 00:00:00 2001 From: msozeau Date: Wed, 13 Apr 2011 14:26:59 +0000 Subject: Add [Polymorphic] flag for defs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13988 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/entries.mli | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kernel/entries.mli') diff --git a/kernel/entries.mli b/kernel/entries.mli index 08740afae7..5d9569de4f 100644 --- a/kernel/entries.mli +++ b/kernel/entries.mli @@ -51,9 +51,10 @@ type mutual_inductive_entry = { (** {6 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 *) -- cgit v1.2.3