pi/README.md

24 lines
489 B
Markdown
Raw Normal View History

2022-05-16 17:40:01 +02:00
# pi
A dependently typed system
# TODO
2022-07-20 21:22:35 +02:00
* Some fun types
*
*
*
* Σ
* Id
2022-05-16 17:40:01 +02:00
2022-07-20 21:22:35 +02:00
* Implicit arguments
2022-05-16 17:40:01 +02:00
2022-07-20 21:22:35 +02:00
* Universes
# References
Some of the material I found helpful in groking dependent type checking:
* Coquand, Thierry. “An Algorithm for Type-Checking Dependent Types.” Science of Computer Programming 26, no. 13 (May 1996): 16777. https://doi.org/10.1016/0167-6423(95)00021-6.
* Brady, Edwin. "SPLV20 course notes". GitHub. https://github.com/edwinb/SPLV20