lean4-htt/old_tests/tests/lean/run/1655.lean
2018-04-10 12:56:55 -07:00

5 lines
141 B
Text

inductive test0 : Type → Type
| intro : (λ t, t → test0 t) nat
inductive test1 : Type → Type
| intro : let t := nat in t → test1 t