author | haftmann |
Sat, 06 Jun 2020 10:58:13 +0200 | |
changeset 71923 | 7b34a932eeb6 |
parent 71922 | 2c6a5c709f22 |
child 71924 | e5df9c8d9d4b |
--- a/NEWS Thu Jun 04 19:38:52 2020 +0000 +++ b/NEWS Sat Jun 06 10:58:13 2020 +0200 @@ -40,6 +40,12 @@ * Added the "at most 1" quantifier, Uniq, as in HOL. +* Simproc defined_all and rewrite rules subst_all and subst_all' perform +more aggressive substitution with variables from assumptions. +INCOMPATIBILITY, use something like +"supply subst_all [simp] subst_all' [simp] [[simproc del: defined_all]]" +to leave fragile proofs unaffected. + *** ML ***