diff options
| author | Hugo Herbelin | 2014-05-08 13:24:16 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2014-05-08 20:44:29 +0200 |
| commit | 6522aa62d832837314dcef54735e6a4e55431571 (patch) | |
| tree | f5656113b66ba2c809e80353088cf391f4243b92 /CHANGES | |
| parent | f87c3a55b1ad52b63ebd0af0cf9f3fb0e8e86f76 (diff) | |
Simplification and improvement of "subst x" in such a way that it
works in the presence of local definitions referring to x and
dependent in other hyps or concl.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,7 @@ Notations - The syntax "x -> y" is now declared at level 99. In particular, it has now a lower priority than "<->": "A -> B <-> C" is now "A -> (B <-> C)" (possible source of incompatibilities) -- Notations accept term-provinding tactics using the $(...)$ syntax. +- Notations accept term-providing tactics using the $(...)$ syntax. Specification Language @@ -109,6 +109,7 @@ Tactics - Injection now also deduces equality of arguments of sort Prop. Old behavior can be restored by "Unset Injection On Proofs". Also improved the error messages. +- Tactic "subst id" now supports id occurring in dependent local definitions. Program |
