|
|
|
|
|
by tromp
1349 days ago
|
|
No; the term has no normal form. It contains a lot of applications of the fix-point combinator Y.
As a simpler example, here's a lambda term for reversing input: λ 1 ((λ 1 1) (λ λ λ λ 2 (4 4) (λ 1 4 2))) (λ λ 1)
which similarly has no normal form. |
|