week3 evaluator fix
authorJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 20:25:52 +0000 (16:25 -0400)
committerJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 20:25:52 +0000 (16:25 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
assignment_3_evaluator.mdwn

index cccfa5e..4ffaaa1 100644 (file)
@@ -1,7 +1,9 @@
 Here are the definitions pre-loaded for working on assignment 3:
 
 <pre>
 Here are the definitions pre-loaded for working on assignment 3:
 
 <pre>
-<textarea id="INPUT" style="border: 2px solid black; color: black; font-family: monospace; height: 3in; overflow: auto; padding: 0.5em; width: 100%;">
+<textarea id="INPUT" style="border: 2px solid black;
+color: black; font-family: monospace; height: 3in;
+overflow: auto; padding: 0.5em; width: 100%;">
 ; booleans
 let true = \x y. x in
 let false = \x y. y in
 ; booleans
 let true = \x y. x in
 let false = \x y. y in