Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 436 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 436 Bytes

Simple Proof Assistant

This is a simple propositional prover written in OCaml. To try it you must have the ocaml package.

You can compile the code using the make command.

Then, try to proof something by running the following command:

./prover

and write it step by step.

I have prepared some examples in the proofs directory that you can try like this:

cat proofs/andcomm.proof | ./prover