diff --git a/basis/math/combinatorics/combinatorics.factor b/basis/math/combinatorics/combinatorics.factor index db2645047e..df3025ff7a 100644 --- a/basis/math/combinatorics/combinatorics.factor +++ b/basis/math/combinatorics/combinatorics.factor @@ -3,8 +3,8 @@ USING: accessors arrays assocs binary-search classes.tuple combinators fry hints kernel kernel.private locals math -math.order math.ranges namespaces sequences sequences.private -sorting strings vectors ; +math.functions math.order math.ranges namespaces sequences +sequences.private sorting strings vectors ; IN: math.combinatorics len + n 0 :> idx + len n ^ [ + idx seq nths-unsafe + idx len next-selection + ] replicate ; PRIVATE>