Combinators

Combinators are lambda abstractions without free variables, that is, closed lambda terms.

The identity function returns whatever argument it is applied to:  λx.x\quad\ \lambda x.x

Self application function applies its argument to its argument:  λf.ff\quad\ \lambda f.ff

Last updated