]> gitweb.factorcode.org Git - factor.git/commit
spread>quot now outputs empty quotations where you would expect so that things like...
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 19 Sep 2011 04:23:53 +0000 (23:23 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 19 Sep 2011 04:23:53 +0000 (23:23 -0500)
commit15f44a7276c1828aa352c58c4fb9bfb89001ef61
tree225b59bf28fd3590e4b6f07d509d724ac4f93b03
parentbf2a96e9e02327fa1cb9d763bbd1cbc18bf843b1
spread>quot now outputs empty quotations where you would expect so that things like { [ ] [ ] } spread infer as ( x x -- x x ) instead of ( -- )
Fixes #139
core/combinators/combinators-tests.factor
core/combinators/combinators.factor