record_simproc;
authorwenzelm
Mon, 23 Aug 1999 16:50:10 +0200
changeset 7326 a1555491a966
parent 7325 01bb8abb5a91
child 7327 596318fdb379
record_simproc;
NEWS
--- a/NEWS	Mon Aug 23 16:38:29 1999 +0200
+++ b/NEWS	Mon Aug 23 16:50:10 1999 +0200
@@ -161,6 +161,15 @@
 
   datatype 'a tree = Atom 'a | Branch "nat => 'a tree"
 
+* HOL/record: record_simproc (part of the default simpset) takes care
+of selectors applied to updated records; record_split_tac is no longer
+part of the default claset; COMPATIBILITY:
+
+  claset_ref () := claset() addSWrapper record_split_wrapper;
+  Delsimprocs [record_simproc]
+
+achieve the old bahaviour;
+
 * HOL/typedef: fixed type inference for representing set; type
 arguments now have to occur explicitly on the rhs as type constraints;