index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
vio
/
simple.v
blob: 407074c1e7af9154dcb15c0875114d599d37d449 (
plain
)
1
2
Lemma
simple
:
True
.
Proof
using
.
trivial
.
Qed
.