Skip to content

Commit 319e74a

Browse files
committed
README
1 parent 94abd32 commit 319e74a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# False
1+
# Falso
22
A proof of false.
3+
4+
This is an implementation in Coq of the [Falso](http://inutile.club/estatis/falso/) proof system.
5+
6+
## Use
7+
Install with OPAM for Coq:
8+
9+
opam repo add coq-stable https://github.com/coq/repo-stable.git
10+
opam install coq:falso
11+
12+
In a tedious development:
13+
14+
Require Import Falso.All.
15+
16+
Lemma hard : forall (A : Prop), A.
17+
destruct falso.
18+
Qed.
19+
20+
Print Assumptions hard.

0 commit comments

Comments
 (0)