composed
Callables

Prev:compose ( quot1 quot2 -- compose )


Vocabulary
kernel

Class description
The class of objects created by compose. These objects print identically to quotations and implement the sequence protocol, however they only use two cells of storage; references to the first and second underlying quotations.

See also
curry, curried, compose, prepose

Definition


Methods