diff options
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -50,7 +50,12 @@ Tactics "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) + "injection" when used on an equality statement ("ssreflect" style). +- Tactic "injection c as ipats" now clears c if c refers to an + hypothesis and moves the resulting equations in the hypotheses + independently of the number of ipats, which has itself to be less + than the number of new hypotheses (possible source of incompatibilities; + former behavior obtainable by "Unset Injection L2R Pattern Order"). Program |
