NEWS
changeset 7324 6cb0d0202298
parent 7320 e89fd7d0a624
child 7326 a1555491a966
--- a/NEWS	Mon Aug 23 16:13:42 1999 +0200
+++ b/NEWS	Mon Aug 23 16:22:23 1999 +0200
@@ -38,6 +38,10 @@
 types `nat' and `int' in HOL (see below) but can, should and will be
 instantiated for other types and logics as well.
 
+* The simplifier now accepts rewrite rules with flexible heads, eg
+     hom ?f ==> ?f(?x+?y) = ?f ?x + ?f ?y
+  They are applied like any rule with a non-pattern lhs, i.e. by first-order
+  matching.
 
 *** General ***