]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/primes/erato/fast/fast.factor
factor: trim using lists
[factor.git] / basis / math / primes / erato / fast / fast.factor
index d6a18895316bacc8e8579d0fe02c9e0740456092..c64e58957302393eb9056800cf19e945cbc0e8ed 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2015 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: bit-arrays fry kernel kernel.private literals locals math
-math.functions math.private ranges math.statistics
-sequences sequences.private ;
+USING: bit-arrays kernel literals math math.functions
+math.private ranges math.statistics sequences
+sequences.private ;
 
 IN: math.primes.erato.fast