]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/library/library.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / smalltalk / library / library.factor
index df722f7b03553620c337dcdf011d318ab140e1ad..653600118d3894bc87a493c52fb5d79dbf193121 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel present io math sequences assocs math.ranges
+USING: kernel present io math sequences assocs ranges
 math.order fry tools.time locals smalltalk.selectors
 smalltalk.ast smalltalk.classes ;
 IN: smalltalk.library