From 8cddb31996e309ab7b116dcd6367435e2f6a6e5f Mon Sep 17 00:00:00 2001 From: clrenard Date: Wed, 20 Jun 2001 11:32:42 +0000 Subject: Normalisation du predicat synthetise pour les Case git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1798 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/typeops.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/typeops.ml b/kernel/typeops.ml index 81bf399279..63d4ed069b 100644 --- a/kernel/typeops.ml +++ b/kernel/typeops.ml @@ -378,7 +378,7 @@ let judge_of_case env sigma ci pj cj lfj = type_case_branches env sigma indspec pj cj.uj_val in let kind = mysort_of_arity env sigma (body_of_type pj.uj_type) in let univ' = check_branches_message env sigma cj (bty,lft) in - ({ uj_val = mkMutCase (ci, pj.uj_val, cj.uj_val, Array.map j_val lfj); + ({ uj_val = mkMutCase (ci, (nf_betaiota pj.uj_val), cj.uj_val, Array.map j_val lfj); uj_type = rslty }, Constraint.union univ univ') -- cgit v1.2.3