aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2010-06-09 10:08:53 +0000
committerherbelin2010-06-09 10:08:53 +0000
commitcb586ea65a1ad38626b7481ff8b30007f488705d (patch)
tree7d68bc334fb032bcb3f9a1ccbc26f3546a0b6e27 /CHANGES
parent40dee46e5f119d6642a5dc7661778746aff25580 (diff)
Backported r13080 (support for open terms in ltac matching) from trunk to v8.3.
Also updated perf-analysis file (the part of the commit that delays typing of ltac instances seems to slightly improve a few contributions) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13096 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 e41dbdd062..a4cd4118ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -75,6 +75,8 @@ Other tactics
- In "simpl c" and "change c with d", c can be a pattern.
- Tactic "revert" now preserves let-in's making it the exact inverse of
"intro".
+- Ltac's pattern-matching now supports matching metavariables that
+ depend on variables bound upwards in the pattern.
Tactic definitions