aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Program/Tactics.v
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-10 00:14:07 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-10 00:14:07 +0000
commit9cf6b3543bf369ccb4d3b0909ee3db96e074e24e (patch)
tree196dcb18bb968916f462705a5a2f606be24376f5 /theories/Program/Tactics.v
parentc4b5c7ebd6f316bb53e1a53f94c367f4f0129dae (diff)
Fix [Existing Class] impl and add documentation. Fix computation of the
dependency order of obligations that was not backwards-compatible. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12719 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Program/Tactics.v')
-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 75aa5eb7c..e692876da 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.