Fixing remaining lazy-lists, to lists.lazy
parent
60db47acf4
commit
90905c2519
|
@ -2,8 +2,8 @@
|
||||||
! Copyright (C) 2004 Chris Double.
|
! Copyright (C) 2004 Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
|
|
||||||
USING: lazy-lists math kernel sequences quotations ;
|
USING: lists.lazy math kernel sequences quotations ;
|
||||||
IN: lazy-lists.examples
|
IN: lists.lazy.examples
|
||||||
|
|
||||||
: naturals 0 lfrom ;
|
: naturals 0 lfrom ;
|
||||||
: positives 1 lfrom ;
|
: positives 1 lfrom ;
|
||||||
|
|
Loading…
Reference in New Issue