A typechecker for intensional MLTT without elaboration.
 
 
Go to file
Rachel Lambda Samuelsson b98643fbc5 inductive type constructor is just a term 2022-07-20 18:17:02 +02:00
src inductive type constructor is just a term 2022-07-20 18:17:02 +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
TODO.md inductive type constructor is just a term 2022-07-20 18:17:02 +02:00
makefile initial commit 2022-04-23 15:18:06 +02:00
pi.ipkg inductive type constructor is just a term 2022-07-20 18:17:02 +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: