mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update lambda-calculus.html.markdown
This commit is contained in:
parent
0133c434ff
commit
753325355a
@ -85,7 +85,7 @@ Using `IF`, we can define the basic boolean logic operators:
|
|||||||
|
|
||||||
`a OR b` is equivalent to: `λab.IF a T b`
|
`a OR b` is equivalent to: `λab.IF a T b`
|
||||||
|
|
||||||
`a NOT b` is equivalent to: `λa.IF a F T`
|
`NOT a` 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)`*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user