mirror of
https://github.com/nmvdw/HITs-Examples
synced 2025-11-02 22:53:51 +01:00
f4253520c85bd8d6312e78fda4f74bae9d1e6689
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
HitTacticslibrary inprelude.
cd prelude
hoqc HitTactics
- Generate the Makefile and build the
FiniteSetslibrary
cd ../FiniteSets
coq_makefile -f _CoqProject -o Makefile
make
Description
Languages
Coq
100%