]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mongodb/benchmark/benchmark.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / mongodb / benchmark / benchmark.factor
index f9e6ff552626950adf8abc67fefa3663df175d3b..00c09715eae2203768fca260a15cd84271812f94 100644 (file)
@@ -1,4 +1,4 @@
-USING: calendar math fry kernel assocs math.ranges bson.reader io.streams.byte-array
+USING: calendar math fry kernel assocs ranges bson.reader io.streams.byte-array
 sequences formatting combinators namespaces io tools.time prettyprint io.encodings.binary
 accessors words mongodb.driver strings math.parser bson.writer
 hashtables ;