mirror of https://github.com/nmvdw/HITs-Examples
Dan Frumin f9aee7ef23 | ||
---|---|---|
FiniteSets | ||
prelude | ||
.gitignore | ||
Expressions.v | ||
Integers.v | ||
Mod2.v | ||
README.md | ||
_CoqProject |
README.md
HITs-Coq
Needed: https://github.com/HoTT/HoTT
The only part of the project that is buildable is the FiniteSets
library.
Building
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