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_4464.v
blob: a0c266c0eef58d3d5cf4450e4da1f956382f1b24 (
plain
)
1
2
3
4
5
Goal
True
->
True
.
Proof
.
intro
H
'.
let
H
:=
H
'
in
destruct
H
;
try
destruct
H
.
Abort
.