ppush ( val seq -- seq' )
Persistent sequence protocol

Prev:new-nth ( val i seq -- seq' )
Next:ppop ( seq -- seq' )


Vocabulary
persistent.sequences

Inputs
valan object
seqa sequence


Outputs
seq'a sequence


Generic word contract
Persistent analogue of push. Outputs a new sequence with all elements of seq together with val added at the end.

Definition


Methods