]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/lists/lazy/examples/examples-tests.factor
Update documentation for stricter vocabulary search path semantics
[factor.git] / basis / lists / lazy / examples / examples-tests.factor
index 04886e2c1c8bae6c4c8cc1deda58ddef82774620..f21775bd9b7aee1cddf52ed002781fb1f4fbc8d8 100644 (file)
@@ -1,4 +1,4 @@
-USING: lists.lazy.examples lists.lazy tools.test ;
+USING: lists.lazy.examples lists.lazy lists tools.test ;
 IN: lists.lazy.examples.tests
 
 [ { 1 3 5 7 } ] [ 4 odds ltake list>array ] unit-test