merged
authornipkow
Mon, 23 Apr 2012 21:46:52 +0200
changeset 47705 918e98008d6e
parent 47703 400fccb77ec8 (diff)
parent 47704 8b4cd98f944e (current diff)
child 47706 3eef88e8496b
merged
--- a/NEWS	Mon Apr 23 21:46:37 2012 +0200
+++ b/NEWS	Mon Apr 23 21:46: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.