]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/extras/extras.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / math / extras / extras.factor
index 8b876e92b0d23cc5600f8c192d69886fd60916c2..0c3c9c9ce66355cd82dfa521ce670beb97dc62a3 100644 (file)
@@ -5,7 +5,7 @@ USING: accessors arrays assocs assocs.extras byte-arrays
 combinators combinators.short-circuit compression.zlib fry
 grouping kernel locals math math.bitwise math.combinatorics
 math.constants math.functions math.order math.primes
-math.primes.factors math.ranges math.ranges.private
+math.primes.factors ranges ranges.private
 math.statistics math.vectors memoize parser random sequences
 sequences.extras sequences.private sets sorting sorting.extras ;