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
/
3071.v
blob: 611ac6065571eb9300a08083c3d409b7cbefb4cd (
plain
)
1
2
3
4
5
Definition
foo
:=
True
.
Section
foo
.
Global
Arguments
foo
/
.
Fail
End
foo
.