NEWS
authorkrauss
Sat, 18 Feb 2012 23:05:31 +0100
changeset 46528 1bbee2041321
parent 46527 274bb026da6c
child 46529 a018d542e0ae
NEWS
NEWS
--- a/NEWS	Sat Feb 18 22:31:24 2012 +0100
+++ b/NEWS	Sat Feb 18 23:05:31 2012 +0100
@@ -126,6 +126,9 @@
 and "foldl_def".  For the common phrases "%xs. List.foldr plus xs 0"
 and "List.foldl plus 0", prefer "List.listsum".
 
+* Congruence rules Option.map_cong and Option.bind_cong for recursion
+through option types.
+
 * Concrete syntax for case expressions includes constraints for source
 positions, and thus produces Prover IDE markup for its bindings.
 INCOMPATIBILITY for old-style syntax translations that augment the