]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/binary-search/binary-search.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / benchmark / binary-search / binary-search.factor
index ddaaa2f66970b0f2cdc041b67ec1d02a551faffc..1754c2f2a6ae94154dd7d55efc100012800a4ee5 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: binary-search kernel literals math.primes math.ranges
+USING: binary-search kernel literals math.primes ranges
 sequences ;
 IN: benchmark.binary-search