[svn] r6033: lb/activity/2005/Dec-21.html

malekith svnadmin at nemerle.org
Wed Dec 21 15:00:42 CET 2005


Log:
Fixes.

Author: malekith
Date: Wed Dec 21 15:00:41 2005
New Revision: 6033

Modified:
   lb/activity/2005/Dec-21.html

Modified: lb/activity/2005/Dec-21.html
==============================================================================
--- lb/activity/2005/Dec-21.html	(original)
+++ lb/activity/2005/Dec-21.html	Wed Dec 21 15:00:41 2005
@@ -31,7 +31,7 @@
 written as:
 </p>
 <xmp>
-$ [ x | x in A, x &gt; 0 ]
+$ [ x | x in A, x > 0 ]
 </xmp>
 <p>
 But this isn't really funny, so let's look at something more complicated,
@@ -42,10 +42,10 @@
 $ [ (x, y) | x in A, y in B ]
 </xmp>
 <p>
-We can now further restrict this to <tt>x &lt; y</tt>:
+We can now further restrict this to <tt>x < y</tt>:
 </p>
 <xmp>
-$ [ (x, y) | x in A, y in B, x &lt; y ]
+$ [ (x, y) | x in A, y in B, x < y ]
 </xmp>
 <p>
 We can even apply some complex expressions, for example to 



More information about the svn mailing list