]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixing remaining lazy-lists, to lists.lazy
authorJames Cash <james.nvc@gmail.com>
Thu, 5 Jun 2008 22:53:44 +0000 (18:53 -0400)
committerJames Cash <james.nvc@gmail.com>
Thu, 5 Jun 2008 22:53:44 +0000 (18:53 -0400)
extra/lists/lazy/examples/examples.factor

index 9e8fb77439e1ad198783f0246e421040fdf6a779..f85344651d1e153f328e88ad358c57cc2ca9c9ee 100644 (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 ;