Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smimram/proof-assistant-project

Template for the proof assistant project CSC_51051_EP.
https://github.com/smimram/proof-assistant-project

logic ocaml proof-assistant template

Last synced: 3 months ago
JSON representation

Template for the proof assistant project CSC_51051_EP.

Awesome Lists containing this project

README

        

# Template for the proof assistant project of CSC_51051_EP

This is a template for the [proof assistant project of CSC_51051_EP](https://www.lix.polytechnique.fr/Labo/Samuel.Mimram/teaching/INF551/TD/4.prover.html), which you can clone in order to get started. It contains the folders

1. [simple](simple/): the proof assistant for propositional logic (parts 1 to 4 of the project),
2. [dependent](dependent/): the proof assistant with dependent types (part 5),
3. [report](report/): a template for writing the report in markdown.

In order to build the project you can either type

```bash
make
```

or

```bash
dune build
```