week3 evaluator fix
[lambda.git] / assignment_3_evaluator.mdwn
index 4ffaaa1..b0835a9 100644 (file)
@@ -1,9 +1,6 @@
 Here are the definitions pre-loaded for working on assignment 3:
 
 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
@@ -43,7 +40,7 @@ let mult = mul in
 
 length (tail mylist)
 </textarea>
 
 length (tail mylist)
 </textarea>
-</pre>
+
 <input id="PARSE" value="Normalize" type="button">
 <input id="ETA" type="checkbox">do eta-reductions too
 <noscript><p>You may not see it because you have JavaScript turned off. Uffff!</p></noscript>
 <input id="PARSE" value="Normalize" type="button">
 <input id="ETA" type="checkbox">do eta-reductions too
 <noscript><p>You may not see it because you have JavaScript turned off. Uffff!</p></noscript>