accumulate-of ( seq quot: ( prev elt -- next ) identity -- result )


Vocabulary
sequences.extras

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


Outputs
resultan object


Definition


: accumulate-of
( seq quot: ( prev elt -- next ) identity -- result )
swap accumulate ; inline