Definition
Combinator
A lambda expression is called combinator if it contains no free variables.
Common
Identity
Definition
Link to originalIdentity Combinator
The identity combinator is defined as:
Y Combinator
Definition
Link to originalY Combinator
The combinator is a specific higher-order function (a combinator) and a fixed-point combinator in lambda calculus defined as:
The primary purpose of it is to implement recursion in lambda calculus, a formalism that lacks built-in recursive definition capabilities.