index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
bugs
/
closed
/
3320.v
blob: 0aac3c1b06c92e2a38129d20d671005a75c29c14 (
plain
)
1
2
3
4
5
Goal
forall
x
:
nat
,
True
.
fix
1.
assumption
.
Fail
Qed
.
Undo
.