Merge pull request #47 from novanauliazami/type-theory

Add Type Theory and Functional Programming book
This commit is contained in:
Cyrille Rossant 2019-10-15 09:36:06 +02:00 committed by GitHub
commit 381d3703a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ A curated list of awesome mathematics resources.
### Type Theory
* [Proofs and Types](http://www.paultaylor.eu/stable/prot.pdf) - Jean-Yves Girard
* [Intuitionistic Type Theory](https://archive-pml.github.io/martin-lof/pdfs/Bibliopolis-Book-retypeset-1984.pdf) - Per Martin-Lof
* [Type Theory and Functional Programming](https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/) - Simon Thompson
### Homotopy Type Theory