diff -r ea10a8c3e9cf -r 04b603a6f17d NEWS --- a/NEWS Tue Feb 10 12:17:04 2004 +0100 +++ b/NEWS Wed Feb 11 00:37:18 2004 +0100 @@ -89,7 +89,6 @@ specification. There is also an 'ax_specification' command that introduces the new constants axiomatically. - * arith(_tac) is now able to generate counterexamples for reals as well. * SET-Protocol: formalization and verification of the SET protocol suite; @@ -97,6 +96,14 @@ * HOL-ex: InductiveInvariant_examples illustrates advanced recursive function defintions, thanks to Sava Krsti\'{c} and John Matthews. +* Unions and Intersections: + The x-symbol output syntax of UN and INT has been changed + from "\x \ A. B" to "\x \ A\<^esub> B" + i.e. the index formulae has become a subscript, like in normal math. + Similarly for "\x. B", and for \ instead of \. + The subscript version is also accepted as input syntax. + + New in Isabelle2003 (May 2003) --------------------------------