aboutsummaryrefslogtreecommitdiff
path: root/theories/Program
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Program')
-rw-r--r--theories/Program/Tactics.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Program/Tactics.v b/theories/Program/Tactics.v
index 75aa5eb7cf..e692876dad 100644
--- a/theories/Program/Tactics.v
+++ b/theories/Program/Tactics.v
@@ -258,7 +258,7 @@ Ltac bang :=
match goal with
| |- ?x =>
match x with
- | context [False_rect _ ?p] => elim p
+ | appcontext [False_rect _ ?p] => elim p
end
end.