chickadee » combinators » left-section

left-section FUNC ARG0 ...procedure

Returns a procedure that partially applies some of its arguments from the left.

ARG0 ... a prefix of the arguments for FUNC.

Returns a partially curried procedure.