mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-14 11:22:40 +02: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…
x
Reference in New Issue
Block a user