quad-curry@ ( w x y z q -- p' q' r' s' )
Extra combinators

Prev:quad-curry* ( w x y z p q r s -- p' q' r' s' )
Next:keep-1up ( quot -- quot )


Vocabulary
combinators.extras

Inputs
wan object
xan object
yan object
zan object
qa quotation with stack effect ( x -- ... )


Outputs
p'[ w q ]
q'[ x q ]
r'[ y q ]
s'[ z q ]


Word description
Partially appliesq to w, x, y and z.

Definition