diff --git a/whalesong/js-assembler/runtime-src/baselib-lists.js b/whalesong/js-assembler/runtime-src/baselib-lists.js index 52bdad9..9a7f0d0 100644 --- a/whalesong/js-assembler/runtime-src/baselib-lists.js +++ b/whalesong/js-assembler/runtime-src/baselib-lists.js @@ -173,7 +173,6 @@ subelts.push(params.recur(p)); } - if (params.getMode() === 'constructor') { if (dottedPair) { node = subelts[subelts.length - 1]; diff --git a/whalesong/repl-prototype/htdocs/tests.html b/whalesong/repl-prototype/htdocs/tests.html index cb39650..182d8cf 100644 --- a/whalesong/repl-prototype/htdocs/tests.html +++ b/whalesong/repl-prototype/htdocs/tests.html @@ -13,8 +13,9 @@
This page tests the behavior of REPL compilation.
+