mirror of
https://github.com/nmvdw/HITs-Examples
synced 2025-11-25 14:43:52 +01:00
8ce4cb760a37f39da2abe80d4d48f40bd820223b
HoTT commit 3526c344c47d32f5d4d268658031777239ec952b
HITs-Coq
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.
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%