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_2181.v
blob: 62820d869905b5784c914b45986bddf470cffbe0 (
plain
)
1
2
3
Class
C
.
Parameter
P:
C
->
Prop
.
Fail
Record
R:
Type
:=
{
_:
C
;
u:
P
_
}.