A typechecker for intensional MLTT without elaboration.
 
 
Go to file
Rachel Lambda Samuelsson ad9e54a7f5 add some references to useful material in the readme 2022-05-16 17:49:56 +02:00
src add test case for eta-equality 2022-05-15 15:30:35 +02:00
.gitignore initial commit 2022-04-23 15:18:06 +02:00
README.md add some references to useful material in the readme 2022-05-16 17:49:56 +02:00
makefile initial commit 2022-04-23 15:18:06 +02:00
pi.ipkg it works ! a lot has changed 2022-05-13 19:46:05 +02:00

README.md

pi

A dependently typed system

TODO

  • Inductively defined datatypes

  • Implicit arguments, Metavariables, and Unification

  • Universe hierarchy

    • Universe Polymorphism

    • Cumulative Universes(?)

References

Some of the material I found helpful in groking dependent type checking: