HITs-Examples/FiniteSets/README.md

14 lines
470 B
Markdown
Raw Normal View History

2017-10-11 13:40:49 +02:00
# Formalization of Kuratowski-finite sets in homotopy type theory
The Coq docs can be found [here](http://cs.ru.nl/~dfrumin/haan/fsets/)
# Building instructions
Prerequisites: the [HoTT library](https://github.com/HoTT/HoTT).
1. Generate the Makefile: `coq_makefile -f _CoqProject -o Makefile`
2. Compile the library using make: `make -j 2`
2017-10-11 13:42:20 +02:00
3. The HTML coqdoc can be obtained via `make html`
2017-10-11 13:40:49 +02:00
An overview of some of the main results can be found in the file `CPP.v`