mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-31 12:00:34 +02:00
Fixes associativity issue in Lambda Calculus doc.
This commit is contained in:
@@ -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`
|
`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:
|
## Numbers:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user