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_8755.v
blob: cd5aee4fa013c42c5f92445bc057918d8ac5e3ed (
plain
)
1
2
3
4
5
6
Lemma
f
:
Type
.
Fail
let
i
:=
ident:
(
i
)
in
let
t
:=
context
i
[
Type
]
in
idtac
.
Abort
.