Needed: https://github.com/HoTT/HoTT
The Finite Sets library of the 'Finite Sets in Homotopy Type Theory' is in the directory 'Finite Sets'.
The only part of the project that is buildable is the FiniteSets
library.
Before proceeding make sure that you have hoqc installed.
- Build the
HitTactics
library inprelude
.
cd prelude
hoqc HitTactics
- Generate the Makefile and build the
FiniteSets
library
cd ../FiniteSets
coq_makefile -f _CoqProject -o Makefile
make