[svn] r6781: nemerle/trunk: macros/xml.n ncc/typing/Solver.n

VladD2 svnadmin at nemerle.org
Tue Oct 24 15:37:06 CEST 2006


Log:
Replace '<' in xml comments to &lt;

Author: VladD2
Date: Tue Oct 24 15:37:04 2006
New Revision: 6781

Modified:
   nemerle/trunk/macros/xml.n
   nemerle/trunk/ncc/typing/Solver.n

Modified: nemerle/trunk/macros/xml.n
==============================================================================
--- nemerle/trunk/macros/xml.n	(original)
+++ nemerle/trunk/macros/xml.n	Tue Oct 24 15:37:04 2006
@@ -104,8 +104,8 @@
     def getter = <[ { .. $(List.Rev (bodySequence)) } ]>;
 
     /** we will create general body of setter similar to:
-       for (mutable i = 0; i < value.Length; ++i)
-         for (mutable j = 0; j < value[i].Length; ++j)
+       for (mutable i = 0; i &lt; value.Length; ++i)
+         for (mutable j = 0; j &lt; value[i].Length; ++j)
            ordered [i, j] = value[i][j]
     */
     /// we will use previously defined [lengths] variable as indices 

Modified: nemerle/trunk/ncc/typing/Solver.n
==============================================================================
--- nemerle/trunk/ncc/typing/Solver.n	(original)
+++ nemerle/trunk/ncc/typing/Solver.n	Tue Oct 24 15:37:04 2006
@@ -210,7 +210,7 @@
     #endregion
 
 
-    /** Return the biggest type [t] such that [t <: t1] and [t <: t2]. 
+    /** Return the biggest type [t] such that [t &lt;: t1] and [t &lt;: t2]. 
         It doesn't work for separated types. */
     public Intersect (t1 : MType, t2 : MType) : MType
     {



More information about the svn mailing list