Go to file
Niels 27d78e1e75 Better gitignore 2017-05-22 16:45:51 +02:00
.gitignore Better gitignore 2017-05-22 16:45:51 +02:00
Expressions.v Expressions 2017-05-01 17:27:49 +02:00
FSet.v Add files via upload 2017-04-19 17:16:17 +02:00
FinSets.v Add files via upload 2017-01-02 13:08:36 +01:00
Integers.v added proof that two reps of Z are iso (if everything set) 2017-01-10 23:46:50 +01:00
Mod2.v Add files via upload 2017-01-02 13:15:17 +01:00
README.md Update the README 2017-05-18 17:46:00 +02:00
_CoqProject Add a _CoqProject and a makefile 2017-05-01 19:25:27 +02:00

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