mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
Fixes associativity issue in Lambda Calculus doc.
This commit is contained in:
parent
3a48077c16
commit
3f68531863
@ -87,7 +87,7 @@ Using `IF`, we can define the basic boolean logic operators:
|
||||
|
||||
`a NOT b` is equivalent to: `λa.IF a F T`
|
||||
|
||||
*Note: `IF a b c` is essentially saying: `IF(a(b(c)))`*
|
||||
*Note: `IF a b c` is essentially saying: `IF((a b) c)`*
|
||||
|
||||
## Numbers:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user