NEWS
changeset 11930 1accec985349
parent 11921 2a0e9622dc51
child 11933 acfea249b03c
--- a/NEWS	Thu Oct 25 02:12:10 2001 +0200
+++ b/NEWS	Thu Oct 25 02:13:02 2001 +0200
@@ -97,6 +97,14 @@
 
   - remove all special provisions on numerals in proofs;
 
+* HOL/record:
+  - provides cases/induct rules for use with corresponding Isar methods;
+  - "record" operation truncates to particular fixed record (acts like
+    a type cast);
+  - make_defs no longer part of default simps;
+  - internal definitions directly based on a light-weight abstract
+    theory of product types over typedef rather than datatype;
+
 * HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
 (beware of argument permutation!);