mirror of https://github.com/nmvdw/HITs-Examples
376efbf2e9 | ||
---|---|---|
Agda-HITs | ||
FiniteSets | ||
prelude | ||
.gitignore | ||
Expressions.v | ||
Integers.v | ||
Mod2.v | ||
README.md | ||
_CoqProject |
README.md
HITs-Coq
Needed: https://github.com/HoTT/HoTT
More information on the work is in HITs.pdf.
Building
Make sure that you have hoqc installed. Then generate the Makefile and build the project:
coq_makefile -f _CoqProject -o Makefile
make