lean2/tests/lean/run/490.lean

7 lines
120 B
Text
Raw Normal View History

structure foo.{l} : Type.{l+2} :=
(elim : Type.{l} → Type.{l})
set_option pp.universes true
check foo.elim
check foo