Fixing remaining lazy-lists, to lists.lazy

db4
James Cash 2008-06-05 18:53:44 -04:00
parent 60db47acf4
commit 90905c2519
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
! Copyright (C) 2004 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: lazy-lists math kernel sequences quotations ;
IN: lazy-lists.examples
USING: lists.lazy math kernel sequences quotations ;
IN: lists.lazy.examples
: naturals 0 lfrom ;
: positives 1 lfrom ;