Okay. Thanks! I'll think about that...
Like this?
Oh! Mine just reported nothing. That makes so much more sense!
On to zero?
!
I'm not sure if this is necroposting, but I'm working on a new λ-Calculus Program, and I want to implement ZERO?. Could someone give me tips?
Here's the project:
0: λf . λx . x
1: λf . λx . f x
2: λf . λx . f f x
3: λf . λx . f f f x
What's special about zero?