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
/
bug_3320.v
blob: 200c63b15c1272a8389abc58474d05579db7a165 (
plain
)
1
2
3
4
5
6
Goal
forall
x
:
nat
,
True
.
fix
goal
1.
assumption
.
Fail
Qed
.
Undo
.
Abort
.