Skip to content

ianshil/BIRS2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocqing proof theory

Formalisation of proof systems (Hilbert and sequent calculi) for intuitionistic logic.

Installation instructions

Using Opam

Coq/Rocq

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

External dependencies

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-stdpp opam install coq-equations

Compiling

You can run the following command in the main folder:

make all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published