diff -r 4861bf6af0b4 -r 279c2daaf517 NEWS --- a/NEWS Thu Jul 22 10:33:26 2004 +0200 +++ b/NEWS Thu Jul 22 12:55:36 2004 +0200 @@ -169,7 +169,12 @@ They are not perfect but work quite well. -* HOL: There is new syntax for summation over finite sets: +* HOL: The syntax for 'setsum', summation over finite sets, has changed: + + The syntax for 'setsum (%x. e) A' used to be '\x:A. e' + and is now either 'SUM x:A. e' or '\x\A. e'. + + There is new syntax for summation over finite sets: '\x | P. e' is the same as 'setsum (%x. e) {x. P}' '\x=a..b. e' is the same as 'setsum (%x. e) {a..b}'