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
/
2800.v
blob: 2ee438934ed59f542b7b9408d3a4120717890f00 (
plain
)
1
2
3
4
5
6
Goal
False
.
intuition
match
goal
with
|
|-
_
=>
idtac
" foo"
end
.