aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Tactics/MoveLetIn.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util/Tactics/MoveLetIn.v')
-rw-r--r--src/Util/Tactics/MoveLetIn.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Util/Tactics/MoveLetIn.v b/src/Util/Tactics/MoveLetIn.v
index c5ec3d8a8..32959d716 100644
--- a/src/Util/Tactics/MoveLetIn.v
+++ b/src/Util/Tactics/MoveLetIn.v
@@ -46,7 +46,7 @@ Local Ltac with_uconstr_in_goal uc k :=
of the form [lhs = rhs]. *)
Ltac context_to_dlet_in_rhs f :=
lazymatch goal with
- | [ |- ?LHS = ?RHS ]
+ | [ |- ?R ?LHS ?RHS ]
=> with_uconstr_in_goal
f
ltac:(fun f