fixed typo James noted

This commit is contained in:
wadler 2018-04-19 10:03:12 -03:00
parent 1eb69a9e60
commit 5de10c19e2
2 changed files with 1 additions and 7 deletions

View file

@ -31,7 +31,7 @@ fixes are encouraged.
- [Isomorphism: Isomorphism and embedding](Isomorphism)
- [Connectives: Conjunction, Disjunction, and Implication](Connectives)
- [Negation: Negation, with Intuitionistic and Classical Logic](Negation)
- [Quantiers: Universals and Existentials](Quantifiers)
- [Quantifiers: Universals and Existentials](Quantifiers)
- [Lists: Lists and higher-order functions](Lists)
- [Decidable: Booleans and decision procedures](Decidable)

View file

@ -16,12 +16,6 @@ material we should remove, parts that require better explanation, good
exercises, errors, and typos---are welcome. Pull requests for small
fixes are encouraged.
<!--
The first draft of Part I will be completed before the end of March
2018. When that is done it will be announced here, and that would be
an excellent time to comment on the first part.
-->
## Personal remarks: From TAPL to PLTA