]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/binary-trees/binary-trees.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / benchmark / binary-trees / binary-trees.factor
index 4b117bb957a6be26ebe23e1e43545d9aff5645d5..63331f3f86eda944f789acbe154259e028a2ee72 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel math math.ranges math.order math.parser
+USING: accessors kernel math ranges math.order math.parser
 io locals sequences ;
 IN: benchmark.binary-trees