]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/lists/lazy/lazy.factor
Updating code for make and fry changes
[factor.git] / extra / lists / lazy / lazy.factor
index 5854e37702b770d429fa6fbfea3cc16b43ec4c1a..e60fcbaadff8ff988f97f9808435a8e40f5d742c 100644 (file)
@@ -5,7 +5,7 @@
 ! Updated by Chris Double, September 2006
 ! Updated by James Cash, June 2008
 !
-USING: kernel sequences math vectors arrays namespaces
+USING: kernel sequences math vectors arrays namespaces make
 quotations promises combinators io lists accessors ;
 IN: lists.lazy