smart-with ( param obj quot -- obj curry )


Vocabulary
combinators.smart

Inputs
paraman object
objan object
quota quotation with stack effect ( param ..a -- ..b )


Outputs
objan object
currya curry


Word description
A version of with that puts the parameter before any inputs the quotation uses.

Definition