]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tools/seq/seq.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / tools / seq / seq.factor
index 4969a548796c92f0f25eda15088c844f36e66848..06079f7d083f8f2edefd78f99a266cf073c9d69d 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: combinators command-line io kernel math.order math.parser
-math.ranges namespaces sequences ;
+ranges namespaces sequences ;
 
 IN: tools.seq