diff options
| author | herbelin | 2010-06-09 10:08:53 +0000 |
|---|---|---|
| committer | herbelin | 2010-06-09 10:08:53 +0000 |
| commit | cb586ea65a1ad38626b7481ff8b30007f488705d (patch) | |
| tree | 7d68bc334fb032bcb3f9a1ccbc26f3546a0b6e27 /CHANGES | |
| parent | 40dee46e5f119d6642a5dc7661778746aff25580 (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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
