adambard / learnxinyminutes-docs

Code documentation written as code! How novel and totally my idea!
https://learnxinyminutes.com/
Other
11.52k stars 3.35k forks source link

[Lambda Calculus] Missed associativity of parentheses #3114

Closed elhaddadyacine closed 6 years ago

elhaddadyacine commented 6 years ago

Hi, In Lambda Calculus Doc inside Evaluation section the formula :

should be

because the associativity of parentheses is left in λ-calculus.

sim642 commented 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.

elhaddadyacine commented 6 years ago

Thanks for your replay :+1: But it's not updated yet :disappointed:

ian-bertolacci commented 6 years ago

They prefer if you can make the changes and file a pull request.

chriszimmerman commented 6 years ago

I opened https://github.com/adambard/learnxinyminutes-docs/pull/3271 to address this issue.

divayprakash commented 6 years ago

Closed in #3271