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
/
4404.v
blob: 27b43a61d41fe7bf08b317213faecd9a613c4ce9 (
plain
)
1
2
3
4
Inductive
Foo
:
Type
->
Type
:=
foo
A
:
Foo
A
.
Goal
True
.
remember
Foo
.