aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/typeops.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.ml b/kernel/typeops.ml
index 31dd7e08a0..7b72de6092 100644
--- a/kernel/typeops.ml
+++ b/kernel/typeops.ml
@@ -290,7 +290,7 @@ let judge_of_case env ci pj cj lfj =
let (_,kind) = dest_arity env pj.uj_type in
let lft = Array.map j_type lfj in
let univ' = check_branch_types env cj (lft,bty) in
- ({ uj_val = mkCase (ci, nf_betaiota pj.uj_val, cj.uj_val,
+ ({ uj_val = mkCase (ci, (*nf_betaiota*) pj.uj_val, cj.uj_val,
Array.map j_val lfj);
uj_type = rslty },
Constraint.union univ univ')