compose
Composes two lambdas on top of the stack into a single lambda.
( 2 * ) ( 2 + ) compose → ( 2 * 2 + )
( 2 % ) ( 1 = ) compose → ( 2 % 1 = )
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
composeComposes two lambdas on top of the stack into a single lambda.
( 2 * ) ( 2 + ) compose → ( 2 * 2 + )
( 2 % ) ( 1 = ) compose → ( 2 % 1 = )