index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
output
/
ErrorInCanonicalStructures.v
blob: 49597df6f70e506901fa7a68c6b0105bc2ee20f2 (
plain
)
1
2
3
Record
Foo
:=
MkFoo
{
field1
:
nat
;
field2
:
nat
->
nat
}.
Canonical
Structure
Foo
.