diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/redexpr.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/redexpr.ml b/proofs/redexpr.ml index 3c8ccec6bf..4db853ee87 100644 --- a/proofs/redexpr.ml +++ b/proofs/redexpr.ml @@ -187,7 +187,7 @@ let reduction_of_red_expr env = | Cbv f -> (cbv_norm_flags (make_flag f),DEFAULTcast) | Cbn f -> (strong (fun env evd x -> Stack.zip ~refold:true - (fst (whd_state_gen true (make_flag f) env evd (x, [])))),DEFAULTcast) + (fst (whd_state_gen true (make_flag f) env evd (x, Stack.empty)))),DEFAULTcast) | Lazy f -> (clos_norm_flags (make_flag f),DEFAULTcast) | Unfold ubinds -> (unfoldn (List.map out_with_occurrences ubinds),DEFAULTcast) | Fold cl -> (fold_commands cl,DEFAULTcast) |
