NEWS
changeset 39644 ad436fa9fc5b
parent 39616 8052101883c3
child 39689 78b185bf7660
--- 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.