UniMath

This coq library aims to formalize a substantial body of mathematics using the univalent point of view.

View the Project on GitHub UniMath/UniMath

Scripts and Snippets

This page documents a couple of useful scripts and snippets for working with coq and UniMath.

See which files are currently being compiled with dune

You can use the following command to track which files are currently under compilation:

watch -n 0.5 "ps -ww aux | grep bin/coqc | sed 's/coqc.*UniMath UniMath /coqc ... /' | sed '/grep/d'"