reduce-permutations ( ... seq identity quot: ( ... prev elt -- ... next ) -- ... result )


Vocabulary
math.combinatorics

Inputs
seqan object
identityan object
quota quotation with stack effect ( ... prev elt -- ... next )


Outputs
resultan object


Definition


: reduce-permutations
( ... seq identity quot: ( ... prev elt -- ... next ) -- ... result )
swapd each-permutation ; inline