*** empty log message ***
authornipkow
Wed, 11 Feb 2004 00:37:18 +0100
changeset 14380 04b603a6f17d
parent 14379 ea10a8c3e9cf
child 14381 1189a8212a12
*** empty log message ***
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 "\<Union>x \<in> A. B" to "\<Union\<^bsub>x \<in> A\<^esub> B"
+  i.e. the index formulae has become a subscript, like in normal math.
+  Similarly for "\<Union>x. B", and for \<Inter> instead of \<Union>.
+  The subscript version is also accepted as input syntax.
+
+
 New in Isabelle2003 (May 2003)
 --------------------------------