Newer
Older
This project was built with coq version 8.7.2.
To build the project run
$ make
There are several ways to build a documentation.
- HTML with proofs: $ make html
- HTML without proofs: $ make gallinahtml
- pdf with proofs: $ make all.pdf
- pdf without proofs: $ make all-gal.pdf
HTML documentation can be found in the html subfolder, pdf documentation is created in the main folder as all.pdf or all-gal.pdf.