mirror of https://github.com/nmvdw/HITs-Examples
c6f756a856 | ||
---|---|---|
.. | ||
implementations | ||
interfaces | ||
kuratowski | ||
list_representation | ||
misc | ||
subobjects | ||
CPP.v | ||
FSets.v | ||
HitTactics.v | ||
README.md | ||
_CoqProject | ||
prelude.v |
README.md
Formalization of Kuratowski-finite sets in homotopy type theory
The Coq docs can be found here
Building instructions
Prerequisites: the HoTT library.
- Generate the Makefile:
coq_makefile -f _CoqProject -o Makefile
- Compile the library using make:
make -j 2
- The HTML coqdoc can be obtained via
make html
An overview of some of the main results can be found in the file CPP.v