diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
commit | a69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch) | |
tree | f0bc974f8805049e6b9a4e6864886298fbaa05a4 /collectx.scm | |
parent | 4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff) | |
download | slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.tar.gz slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.zip |
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'collectx.scm')
-rwxr-xr-x[-rw-r--r--] | collectx.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collectx.scm b/collectx.scm index 5ca0ca5..02d4d06 100644..100755 --- a/collectx.scm +++ b/collectx.scm @@ -155,8 +155,8 @@ (cond ((< count!5 max+1!4) (set! <seed>!1 (apply <proc>!1 - <seed>!1 - (map (lambda (g!7) (g!7)) generators!4))) + (cons <seed>!1 + (map (lambda (g!7) (g!7)) generators!4)))) (loop!6 (collect:add1 count!5))) (else <seed>!1)))))))) |