--- trunk/src/compiler/IL/kernel.sml 2010/07/09 19:44:59 154 +++ trunk/src/compiler/IL/kernel.sml 2010/07/09 21:38:01 155 @@ -95,9 +95,7 @@ val y_i = evaluate(f_i, i) val y_i1 = evaluate(f_i1, i) in - if (y_i = y_i1) - then chk(i+1, f_i1, r) - else + (y_i = y_i1) andalso chk(i+1, f_i1, r) end in chk (1, f0, r)
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: f_i1, r) - else + (y_i = y_i1) andalso chk(i+1, f_i1, r) end in chk (1, f0, r)