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_4925.v
blob: d4e4b3535185199b77c8428098c0fd663e0592a5 (
plain
)
1
2
3
4
5
6
Axiom
a:
bool
.
Goal
a
=
true
.
Proof
.
try
unfold
a
.
Abort
.