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_9348.v
blob: a4673b5ffc0a9ba140d3b06ba8d31e9952638dd5 (
plain
)
1
2
3
Set
Primitive
Projections
.
Record
r
{
A
}
:=
R
{
f
:
A
->
A
}.
Compute
f
_
I
.