]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/primes/primes.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / math / primes / primes.factor
index 543be5bbdb38ca703f5502f7a7964b7395345926..a83e6800e53926bc680e5058262137869d2f6309 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: combinators combinators.short-circuit fry kernel locals
 math math.bitwise math.functions math.order math.primes.erato
-math.primes.erato.private math.primes.miller-rabin math.ranges
+math.primes.erato.private math.primes.miller-rabin ranges
 literals random sequences sets vectors ;
 IN: math.primes