NEWS
changeset 55524 f41ef840f09d
parent 55519 8a54bf4a92ca
child 55525 70b7e91fa1f9
--- a/NEWS	Sun Feb 16 21:33:28 2014 +0100
+++ b/NEWS	Sun Feb 16 21:33:28 2014 +0100
@@ -129,14 +129,16 @@
     and "rec_xxx" (e.g., "prod_case" ~> "case_prod").
     INCOMPATIBILITY.
 
-* The types "'a list" and "'a option", their set and map functions, and their
-  selectors are now produced using the new BNF-based datatype package.
+* The types "'a list" and "'a option", their set and map functions, their
+  relators, and their selectors are now produced using the new BNF-based datatype
+  package.
   Renamed constants:
     Option.set ~> set_option
     Option.map ~> map_option
   Renamed theorems:
     map_def ~> map_rec[abs_def]
     Option.map_def ~> map_option_case[abs_def] (with "case_option" instead of "rec_option")
+    list_all2_def ~> list_all2_iff
     map.simps ~> list.map
     hd.simps ~> list.sel(1)
     tl.simps ~> list.sel(2-3)