From 74db2b0098893a5912d7480a259ad91664a86120 Mon Sep 17 00:00:00 2001 From: barras Date: Fri, 12 Mar 2010 15:30:51 +0000 Subject: fixed confusion between number of cstr arguments and number of pattern variables (which include let-ins in cstr type) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12864 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/declarations.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/declarations.mli') diff --git a/kernel/declarations.mli b/kernel/declarations.mli index adf1d14e23..2fb2cb81ce 100644 --- a/kernel/declarations.mli +++ b/kernel/declarations.mli @@ -125,7 +125,7 @@ type one_inductive_body = { mind_nf_lc : types array; (* Length of the signature of the constructors (with let, w/o params) - (not used in the kernel) *) + (not to be used in the kernel!) *) mind_consnrealdecls : int array; (* Signature of recursive arguments in the constructors *) -- cgit v1.2.3