]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/combinatorics/combinatorics.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / math / combinatorics / combinatorics.factor
index 09a3cd3fad645becf1f6bb26ed041030d688c10d..72fda6cf397194266407eb452ac2448c252bfb52 100644 (file)
@@ -3,7 +3,7 @@
 
 USING: accessors arrays assocs classes.tuple combinators hints
 kernel kernel.private make math math.functions math.order
-math.ranges sequences sequences.private sorting strings vectors ;
+ranges sequences sequences.private sorting strings vectors ;
 IN: math.combinatorics
 
 <PRIVATE