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_11935.v
blob: ad5ffc68b553ca3e83c0da26ff420f2a6e5cdc51 (
plain
)
1
2
3
4
5
6
Section
S
.
Variable
A
:
Prop
.
Fail
Check
A
@{
Type
}.
Check
A
@{}.
End
S
.