week3 evaluator fix
[lambda.git] / assignment_3_evaluator.mdwn
index 5933223..099bb76 100644 (file)
@@ -1,6 +1,7 @@
 Here are the definitions pre-loaded for working on assignment 3:
 
-<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
@@ -38,7 +39,6 @@ Here are the definitions pre-loaded for working on assignment 3:
        let isZero = iszero in
        let mult = mul in
        ;
-       ;
        length (tail mylist)
 </textarea>
 <input id="PARSE" value="Normalize" type="button">