X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=lambda_evaluator.mdwn;h=26de71095a5e5a040406c8d9177993ce1e566c66;hb=22b5ba73f3540feadf3faf127642b4907d3b84c2;hp=42e0afce3c5520c6924bb5316c7924abcaf2c03b;hpb=b824689f110ee914505b6045db343054557ba0af;p=lambda.git diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index 42e0afce..26de7109 100644 --- a/lambda_evaluator.mdwn +++ b/lambda_evaluator.mdwn @@ -86,7 +86,6 @@ Object.prototype.error = function (message, t) { string = ''; eta = document.getElementById('ETA').checked; string = string + reduce(expr, eta, 1).to_string(); -// 2 --> false } catch (e) { string = JSON.stringify(e, ['name', 'message', 'from', 'to', 'key', 'value', 'arity', 'first', 'second', 'third', 'fourth'], 4);