aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorletouzey2011-11-29 19:00:59 +0000
committerletouzey2011-11-29 19:00:59 +0000
commit0db0d0e4f367b4f37483fd82c8053ee3eebaf170 (patch)
tree89a98d57c64c4eacdce10ec0438592bdc51e2b12 /CHANGES
parentb6e15ffb88bca689aa79b3d655cce986319188fd (diff)
Documentation of appcontext
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14744 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6d468d4885..669c1d0e01 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,6 +64,8 @@ Tactics
dependencies suggested by Dan Grayson)
- Tactic "injection" now failing on an equality showing no constructors while
it was formerly generalizing again the goal over the given equality.
+- In Ltac, the "context [...]" syntax has now a variant "appcontext [...]"
+ allowing to match partial applications in larger applications.
Vernacular commands