Converting another lazy-list to lists.lazy

db4
James Cash 2008-06-07 00:27:17 -04:00
parent f383c9a734
commit 5d7fb45c57
1 changed files with 2 additions and 2 deletions
extra/lists/lazy/examples

View File

@ -1,5 +1,5 @@
USING: lazy-lists.examples lazy-lists tools.test ;
IN: lazy-lists.examples.tests
USING: lists.lazy.examples lazy-lists tools.test ;
IN: lists.lazy.examples.tests
[ { 1 3 5 7 } ] [ 4 odds ltake list>array ] unit-test
[ { 0 1 4 9 16 } ] [ first-five-squares ] unit-test