diff options
| author | barras | 2008-09-02 15:12:07 +0000 |
|---|---|---|
| committer | barras | 2008-09-02 15:12:07 +0000 |
| commit | 3a0b2a7d9188285d38a869a47a875ada66b9543c (patch) | |
| tree | 80a1d9b78a61d6a6a93b92afb05722880272aefb /kernel/declarations.mli | |
| parent | c1de637b6c9f5d074e534bf75cf5e407d95be7ff (diff) | |
fixed minor environment issues when checking inductive types
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11349 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/declarations.mli')
| -rw-r--r-- | kernel/declarations.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/declarations.mli b/kernel/declarations.mli index 03f9be7105..e98cb379c2 100644 --- a/kernel/declarations.mli +++ b/kernel/declarations.mli @@ -121,7 +121,8 @@ type one_inductive_body = { (* Head normalized constructor types so that their conclusion is atomic *) mind_nf_lc : types array; - (* Length of the signature of the constructors (with let, w/o params) *) + (* Length of the signature of the constructors (with let, w/o params) + (not used in the kernel) *) mind_consnrealdecls : int array; (* Signature of recursive arguments in the constructors *) |
