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_4663.v
blob: b76619882a3484b1772aa92ad6c679be71331041 (
plain
)
1
2
3
Coercion
foo
(
n
:
nat
)
:
Set
.
Admitted
.
Check
(
0
:
Set
).