lambda.js: tweak
authorJim Pryor <profjim@jimpryor.net>
Wed, 29 Sep 2010 01:20:51 +0000 (21:20 -0400)
committerJim Pryor <profjim@jimpryor.net>
Wed, 29 Sep 2010 01:20:51 +0000 (21:20 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
code/lambda.js

index 15a3cf8..a07d0ce 100644 (file)
@@ -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);
                        }