]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/common/common.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / project-euler / common / common.factor
index 68f25106210609f6bfef1e0bd6b428aea94652ce..54ca443191be35de867c769a7b770036af1c39d3 100644 (file)
@@ -3,7 +3,7 @@
 ! A copy of the license is available at http://factorcode.org/license.txt
 USING: accessors arrays byte-arrays fry hints kernel lists make
 math math.functions math.matrices math.order math.parser
-math.primes.factors math.primes.lists math.ranges math.ratios
+math.primes.factors math.primes.lists ranges math.ratios
 math.vectors parser prettyprint sequences sorting strings
 unicode vocabs.parser words ;
 IN: project-euler.common