From e59d00c559e4c27e73d421d9a0f810dafadeb9ff Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Sun, 26 Sep 2010 15:58:59 -0400 Subject: [PATCH] added temps --- lambda_evaluator.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index 4a5b9dc0..4e1fead7 100644 --- a/lambda_evaluator.mdwn +++ b/lambda_evaluator.mdwn @@ -85,7 +85,8 @@ 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, false).to_string(); + string = string + reduce(expr, eta, 2).to_string(); +// 2 --> false } catch (e) { string = JSON.stringify(e, ['name', 'message', 'from', 'to', 'key', 'value', 'arity', 'first', 'second', 'third', 'fourth'], 4); -- 2.11.0