diff options
| author | herbelin | 2013-06-02 21:31:34 +0000 |
|---|---|---|
| committer | herbelin | 2013-06-02 21:31:34 +0000 |
| commit | 192ce3da462b3eba13b88e8940ce1751d351e25e (patch) | |
| tree | b3da81faec3e9c5683aa192c1002f586f97adc01 /CHANGES | |
| parent | 792a07d519a8dd396674e5431af2380a26d74b9c (diff) | |
Now interpreting introduction patterns [x1 .. xn] and (x1,..,xn) as an
"injection" tactic when applied on an equality statement. Moreover,
hypotheses are now entered in the left-to-right order.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16550 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,7 +49,8 @@ Tactics - Now "appcontext" and "context" behave the same. The old buggy behaviour of "context" can be retrieved at parse time by setting the "Tactic Compat Context" flag. (possible source of incompatibilities). - +- Introduction patterns of the form [x1 .. xn] or (x1,..,xn) now apply + injection when used on an equality statement ("ssreflect" style) Program |
