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_4149.v
blob: b81c680cd7bbd532e6ed718102c11a8db02cd53e (
plain
)
1
2
3
4
Goal
forall
A
,
A
->
Type
.
Proof
.
intros
;
eauto
.
Qed
.