aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.ml
diff options
context:
space:
mode:
authorGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-06-20 11:32:42 +0000
committerGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-06-20 11:32:42 +0000
commit8cddb31996e309ab7b116dcd6367435e2f6a6e5f (patch)
treeadb9b5f9839145ea33d2d008075a444310cfac61 /kernel/typeops.ml
parent424498083cc959e2367800b755860ac1536dd411 (diff)
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
Diffstat (limited to 'kernel/typeops.ml')
-rw-r--r--kernel/typeops.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.ml b/kernel/typeops.ml
index 81bf39927..63d4ed069 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')