From dba2ae9fa1eb01d795d36b209aee6045967ba00a Mon Sep 17 00:00:00 2001 From: barras Date: Thu, 11 Mar 2010 19:08:46 +0000 Subject: introduced lazy computation of size info in the guard condition git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12862 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/inductive.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/inductive.mli') diff --git a/kernel/inductive.mli b/kernel/inductive.mli index 9f8d10900..8fe8eb11f 100644 --- a/kernel/inductive.mli +++ b/kernel/inductive.mli @@ -109,9 +109,9 @@ type guard_env = (* the recarg information of inductive family *) recvec : wf_paths array; (* dB of variables denoting subterms *) - genv : subterm_spec list; + genv : subterm_spec Lazy.t list; } val subterm_specif : guard_env -> constr -> subterm_spec -val case_branches_specif : guard_env -> subterm_spec -> inductive -> +val case_branches_specif : guard_env -> subterm_spec Lazy.t -> case_info -> constr array -> (guard_env * constr) array -- cgit v1.2.3