]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/primes/erato/erato.factor
factor: trim using lists
[factor.git] / basis / math / primes / erato / erato.factor
index 66e7272d0f666324b1e5154a2a517419f3304a4c..d79eb272b4da7c7333e5cb132b5c5dc08649ce2e 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Samuel Tardieu.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel kernel.private locals math math.bitwise
-math.functions math.order math.private math.ranges sequences
+USING: kernel kernel.private math math.bitwise
+math.functions math.order math.private ranges sequences
 sequences.private ;
 IN: math.primes.erato