aboutsummaryrefslogtreecommitdiff
path: root/kernel/closure.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/closure.ml')
-rw-r--r--kernel/closure.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/closure.ml b/kernel/closure.ml
index 81c1b7bcca..3d21e86ae2 100644
--- a/kernel/closure.ml
+++ b/kernel/closure.ml
@@ -967,8 +967,8 @@ let rec knr info m stk =
| None -> (set_norm m; (m,stk)))
| FConstruct((sp,c),args) when can_red info stk fIOTA ->
(match strip_update_shift_app m stk with
- (depth, args, Zcase((cn,_),_,br)::s) ->
- let npar = stack_args_size args - cn.(c-1) in
+ (depth, args, Zcase(((*cn*) npar,_),_,br)::s) ->
+(* let npar = stack_args_size args - cn.(c-1) in*)
assert (npar>=0);
let rargs = drop_parameters depth npar args in
kni info br.(c-1) (rargs@s)