NEWS: removed fixrec_simp attribute
authorhuffman
Sat, 22 May 2010 17:44:12 -0700
changeset 37087 dd47971b9875
parent 37086 3a7c2c949320
child 37089 7753b69ea600
child 37096 7b74b4a734fd
NEWS: removed fixrec_simp attribute
NEWS
--- a/NEWS	Sat May 22 16:46:18 2010 -0700
+++ b/NEWS	Sat May 22 17:44:12 2010 -0700
@@ -476,6 +476,10 @@
   foo_unfold ~> foo.unfold
   foo_induct ~> foo.induct
 
+* The "fixrec_simp" attribute has been removed.  The "fixrec_simp"
+method and internal fixrec proofs now use the default simpset instead.
+INCOMPATIBILITY.
+
 * The "contlub" predicate has been removed.  Proof scripts should use
 lemma contI2 in place of monocontlub2cont, INCOMPATIBILITY.