From: Jim Pryor Date: Wed, 29 Sep 2010 01:20:51 +0000 (-0400) Subject: lambda.js: tweak X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=f318b3af8a52fd28b6aa10fa0bb4e8e3b7a9acc2 lambda.js: tweak Signed-off-by: Jim Pryor --- diff --git a/code/lambda.js b/code/lambda.js index 15a3cf80..a07d0ceb 100644 --- a/code/lambda.js +++ b/code/lambda.js @@ -437,6 +437,7 @@ function reduce(expr, eta, cbv) { res = to_eval.eval_loop.apply(to_eval, res); post = res.shift(); to_eval = res.shift(); + print(res); if (post) { res = post(res); }