]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generalizations/generalizations.factor
factor: Move math.ranges => ranges.
[factor.git] / core / generalizations / generalizations.factor
index 9b0f70f710589bf5b8576bd729dbe577eab23653..b45e61ce6812efb9742b9ab61f9e893fc6b25a15 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2007, 2009 Chris Double, Doug Coleman, Eduardo
 ! Cavazos, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays combinators kernel kernel.private math math.ranges
+USING: arrays combinators kernel kernel.private math ranges
 memoize.private sequences ;
 IN: generalizations