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_4012.v
blob: 1748e3baad86514c3911e3724dd6f5515e7f5e2f (
plain
)
1
2
3
4
5
Goal
(
forall
T
:
Type
,
T
=
T
)
->
Type
.
Proof
.
intro
H
.
Fail
specialize
(
H
_
).
Abort
.