]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/primes/erato/fast/fast.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / math / primes / erato / fast / fast.factor
index bd30ebaa786c2f876e17cace71b81e360a6c577e..d6a18895316bacc8e8579d0fe02c9e0740456092 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: bit-arrays fry kernel kernel.private literals locals math
-math.functions math.private math.ranges math.statistics
+math.functions math.private ranges math.statistics
 sequences sequences.private ;
 
 IN: math.primes.erato.fast