lean4-htt/tests/lean/run/490.lean
2017-03-09 18:41:19 -08:00

6 lines
118 B
Text

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