index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
misc
/
non-marshalable-state
/
theories
/
good.v
blob: eab9a043e1217d7f8c761b5303772b9208caa30e (
plain
)
1
2
3
4
5
Declare
ML
Module
"good_plugin"
.
magic
.
Lemma
x
:
True
.
Proof
.
trivial
.
Qed
.