Formalisation of proof systems (Hilbert and sequent calculi) for intuitionistic logic.
The development compiles with Coq 8.20.0.
If you do not have a suitable version yet, I suggest:
opam pin add coq 8.20.0
If it is the first time you install rocq libraries with opam, you will have to run the following command:
opam repo add rocq-released https://rocq-prover.org/opam/released
This work depends on two libraries: coq-coinduction and coq-equations. You can install them by running the following commands.
opam install coq-stdppopam install coq-equations
You can run the following command in the main folder:
make all