]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/combinatorics/combinatorics.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / benchmark / combinatorics / combinatorics.factor
index 272c7f6943d2c18a5d524f92e0f0257a9d7a0193..3581dcdc56a0b210225215adbc1a451d7f17f9e1 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: combinators kernel math math.combinatorics math.ranges
+USING: combinators kernel math math.combinatorics ranges
 sequences ;
 
 IN: benchmark.combinatorics