]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/primes/primes.factor
factor: trim using lists
[factor.git] / basis / math / primes / primes.factor
index a83e6800e53926bc680e5058262137869d2f6309..dce69fe67fa42a62ae435d786aab12e40228d8da 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007-2009 Samuel Tardieu.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators combinators.short-circuit fry kernel locals
+USING: combinators combinators.short-circuit kernel
 math math.bitwise math.functions math.order math.primes.erato
 math.primes.erato.private math.primes.miller-rabin ranges
 literals random sequences sets vectors ;