index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
bugs
/
4623.v
blob: 405d09809c9f0451fcfb4102cbb5885de4d3a702 (
plain
)
1
2
3
4
5
Goal
Type
->
Type
.
set
(
T
:=
Type
).
clearbody
T
.
refine
(@
id
_
).
Qed
.