aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHugo Herbelin2014-05-08 13:24:16 +0200
committerHugo Herbelin2014-05-08 20:44:29 +0200
commit6522aa62d832837314dcef54735e6a4e55431571 (patch)
treef5656113b66ba2c809e80353088cf391f4243b92 /CHANGES
parentf87c3a55b1ad52b63ebd0af0cf9f3fb0e8e86f76 (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--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3577887537..9269160ddd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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