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_8819.v
blob: a4cb9dcd145ea9844ef8e97376bee0c5ff2a9aeb (
plain
)
1
2
Theorem
foo
(_
:
nat
)
(
H
:
bool
)
:
bool
.
Proof
.
exact
H
.
Qed
.