NEWS
changeset 38546 5c69afe3df06
parent 38524 c3f2e9986e30
parent 38545 e30c782329bf
child 38556 dc92eee56ed7
--- a/NEWS	Wed Aug 18 14:55:10 2010 +0200
+++ b/NEWS	Wed Aug 18 17:03:09 2010 +0200
@@ -35,6 +35,18 @@
 
 *** HOL ***
 
+* Records: logical foundation type for records do not carry a '_type' suffix
+any longer.  INCOMPATIBILITY.
+
+* Code generation for records: more idiomatic representation of record types.
+Warning: records are not covered by ancient SML code generation any longer.
+INCOMPATIBILITY.  In cases of need, a suitable rep_datatype declaration
+helps to succeed then:
+
+  record 'a foo = ...
+  ...
+  rep_datatype foo_ext ...
+
 * Session Imperative_HOL: revamped, corrected dozens of inadequacies.
 INCOMPATIBILITY.