Combinators
Combinator Birds: Index of combinators with SKI equivalents
Combinators are lambda abstractions without free variables, that is, closed lambda terms.
The identity function returns whatever argument it is applied to:
Self application function applies its argument to its argument:
Last updated
Was this helpful?