diff --git a/basis/math/combinatorics/combinatorics.factor b/basis/math/combinatorics/combinatorics.factor index 4f2e11144e..1da0ad100d 100644 --- a/basis/math/combinatorics/combinatorics.factor +++ b/basis/math/combinatorics/combinatorics.factor @@ -194,7 +194,7 @@ PRIVATE> : filter-combinations ( ... seq k quot: ( ... elt -- ... ? ) -- ... newseq ) selector [ each-combination ] dip ; inline -:: map>assoc-combinations ( ... seq k quot: ( ... elt -- ... key value ) exemplar -- ... assoc ) +: map>assoc-combinations ( ... seq k quot: ( ... elt -- ... key value ) exemplar -- ... assoc ) [ combinations-quot ] dip map>assoc ; inline : all-combinations ( seq k -- seq' )