aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Util/Tactics.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Util/Tactics.v b/src/Util/Tactics.v
index 18abc1b28..502e79332 100644
--- a/src/Util/Tactics.v
+++ b/src/Util/Tactics.v
@@ -412,7 +412,7 @@ Ltac do_simplify_projection_2Targ_4carg_step proj proj' uproj' construct :=
change proj' with uproj' at 1;
lazymatch goal with
| [ |- appcontext[uproj' _ _ (construct _ _ _ _)] ]
- => unfold uproj'
+ => cbv beta iota delta [uproj']
| _ => change uproj' with proj
end.
Ltac do_simplify_projection_2Targ_4carg proj proj' uproj' construct :=