mirror of
https://github.com/hmemcpy/milewski-ctfp-pdf.git
synced 2024-11-26 03:11:47 +03:00
parent
00ab945aee
commit
be63a5d299
@ -8,6 +8,10 @@
|
||||
|
||||
* [#176](https://github.com/hmemcpy/milewski-ctfp-pdf/pull/176) - Typo (statements -> statement)
|
||||
|
||||
### 9. Function Types
|
||||
|
||||
* [#182](https://github.com/hmemcpy/milewski-ctfp-pdf/pull/182) - Fix typo (chose -> choose)
|
||||
|
||||
### 10. Natural Transformations
|
||||
|
||||
* [#157](https://github.com/hmemcpy/milewski-ctfp-pdf/pull/157) - Adding paragraph indent
|
||||
|
@ -543,7 +543,7 @@ How about a predicate that is blatantly false? For instance: if
|
||||
$a$ or $b$ is true then $a$ must be true.
|
||||
|
||||
\[a \vee b \Rightarrow a\]
|
||||
This is obviously wrong because you can chose an $a$ that is
|
||||
This is obviously wrong because you can choose an $a$ that is
|
||||
false and a $b$ that is true, and that's a counter-example.
|
||||
|
||||
Mapping this predicate into a function signature using the Curry-Howard
|
||||
|
Loading…
Reference in New Issue
Block a user