2009-05-16 01:29:21 -04:00
|
|
|
USING: lists.lazy.examples lists.lazy lists tools.test ;
|
2008-06-07 00:27:17 -04:00
|
|
|
IN: lists.lazy.examples.tests
|
2007-09-20 18:09:08 -04:00
|
|
|
|
|
|
|
[ { 1 3 5 7 } ] [ 4 odds ltake list>array ] unit-test
|
|
|
|
[ { 0 1 4 9 16 } ] [ first-five-squares ] unit-test
|