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
/
3808.v
blob: 6e19ddf8dc1847dc6547ac92355df307606d2ae2 (
plain
)
1
2
Inductive
Foo
:
(
let
enforce
:=
(
fun
x
=>
x
)
:
Type
@{
j
}
->
Type
@{
i
}
in
Type
@{
i
})
:=
foo
:
Foo
.