|
|
|
|
|
by tromp
2019 days ago
|
|
A single point basis (like X = \z. z K S K for which
X X = K K, X X X = K, and X (X X) = S) is not in itself a combinator. A combinator is not just a closed lambda term;
it must have all lambdas in leading position.
Like S = \x \y \z. x z (y z) |
|