]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/factorials/factorials.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / math / factorials / factorials.factor
index ff6272f555d05f264e829b2655b78be4543bfd5d..c97194af8002f5ff80c64370e294b8b5ab718ab5 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: combinators combinators.short-circuit fry inverse kernel
-math math.functions math.primes math.ranges memoize sequences ;
+math math.functions math.primes ranges memoize sequences ;
 
 IN: math.factorials