Closed elhaddadyacine closed 6 years ago
There's a similar problem below:
Note: IF a b c is essentially saying: IF(a(b(c)))
Tbh, I'm not even sure what new that is trying to say or how it would be anyhow helpful to understanding IF.
Thanks for your replay :+1: But it's not updated yet :disappointed:
They prefer if you can make the changes and file a pull request.
I opened https://github.com/adambard/learnxinyminutes-docs/pull/3271 to address this issue.
Closed in #3271
Hi, In Lambda Calculus Doc inside Evaluation section the formula :
should be
because the associativity of parentheses is left in λ-calculus.