NEWS
authorkrauss
Mon, 23 Apr 2012 21:31:52 +0200
changeset 47703 400fccb77ec8
parent 47700 27a04da9c6e6
child 47705 918e98008d6e
NEWS
NEWS
--- a/NEWS	Mon Apr 23 18:42:05 2012 +0200
+++ b/NEWS	Mon Apr 23 21:31:52 2012 +0200
@@ -358,6 +358,12 @@
 * Discontinued configuration option "syntax_positions": atomic terms
 in parse trees are always annotated by position constraints.
 
+* HOL/Library/Set_Algebras.thy: Addition and multiplication on sets
+are expressed via type classes again. The special syntax
+\<oplus>/\<otimes> has been replaced by plain +/*. Removed constant
+setsum_set, which is now subsumed by Big_Operators.setsum.
+INCOMPATIBILITY.
+
 * New theory HOL/Library/DAList provides an abstract type for
 association lists with distinct keys.