]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/hamming-lazy/hamming-lazy.factor
factor: trim more using lists.
[factor.git] / extra / rosetta-code / hamming-lazy / hamming-lazy.factor
index e6b37bddf6bea6f84abebf8506cd063876f6b15f..b56b354ee99950609f23f7441cfcb885106a5855 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators fry kernel lists lists.lazy locals math ;
+USING: combinators kernel lists lists.lazy math ;
 IN: rosetta-code.hamming-lazy
 
 ! http://rosettacode.org/wiki/Hamming_numbers#Factor