(accumulate*) ( seq identity quot -- identity seq quot' )


Vocabulary
sequences.private

Inputs
seqan object
identityan object
quotan object


Outputs
identityan object
seqan object
quot'an object


Definition


: (accumulate*) ( seq identity quot -- identity seq quot' )
swapd [ dup ] compose ; inline