lean4-htt/tests/lean/run/1655.lean
2017-06-20 16:25:18 -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