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_10903.v
blob: 3da63dfbb0e133e0d1c3efaba7ab4ad9106bd6b6 (
plain
)
1
2
3
(
*
-*-
coq
-
prog
-
args:
(
"-type-in-type"
);
-*-
*
)
Inductive
Ind
:
SProp
:=
C
:
Ind
->
Ind
.