added temps
authorChris Barker <barker@kappa.(none)>
Sun, 26 Sep 2010 20:07:12 +0000 (16:07 -0400)
committerChris Barker <barker@kappa.(none)>
Sun, 26 Sep 2010 20:07:12 +0000 (16:07 -0400)
lambda_evaluator.mdwn

index 42e0afc..37908ab 100644 (file)
@@ -85,8 +85,7 @@ Object.prototype.error = function (message, t) {
 //                     string = expr.to_string() + "\n\n~~>\n\n";
                        string = '';
                        eta = document.getElementById('ETA').checked;
-                       string = string + reduce(expr, eta, 1).to_string();
-// 2 --> false
+                       string = string + reduce(expr, eta, 2).to_string();
         } catch (e) {
             string = JSON.stringify(e, ['name', 'message', 'from', 'to', 'key',
                     'value', 'arity', 'first', 'second', 'third', 'fourth'], 4);