--- a/NEWS Thu Sep 23 08:30:33 2010 +0200
+++ b/NEWS Thu Sep 23 09:53:52 2010 +0200
@@ -74,12 +74,16 @@
*** HOL ***
+* Improved infrastructure for term evaluation using code generator
+techniques, in particular static evaluation conversions.
+
* String.literal is a type, but not a datatype. INCOMPATIBILITY.
* Renamed lemmas:
expand_fun_eq -> fun_eq_iff
expand_set_eq -> set_eq_iff
set_ext -> set_eqI
+ INCOMPATIBILITY.
* Renamed class eq and constant eq (for code generation) to class equal
and constant equal, plus renaming of related facts and various tuning.