index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
bugs
/
opened
/
3808.v
blob: df40ca1910d8ca44577bdc5b0d0ccb6a2971292d (
plain
)
1
2
Inductive
Foo
:
(
let
enforce
:=
(
fun
x
=>
x
)
:
Type
@{
j
}
->
Type
@{
i
}
in
Type
@{
i
})
:=
foo
:
Foo
.