Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus committed Mar 24, 2015
1 parent 94abd32 commit 319e74a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# False
# Falso
A proof of false.

This is an implementation in Coq of the [Falso](http://inutile.club/estatis/falso/) proof system.

## Use
Install with OPAM for Coq:

opam repo add coq-stable https://github.com/coq/repo-stable.git
opam install coq:falso

In a tedious development:

Require Import Falso.All.

Lemma hard : forall (A : Prop), A.
destruct falso.
Qed.

Print Assumptions hard.

0 comments on commit 319e74a

Please sign in to comment.