lean4-htt/tests/lean/pplevel.lean
Leonardo de Moura 90a79a0b06 chore: remove command universes
Now, `universe` may declare many universes. The goal is to make it
consistent with the `variable` command
2021-06-29 17:01:07 -07:00

9 lines
179 B
Text

universe u v w
set_option pp.universe true
#check Type (max u v w)
#check Type u
#check @id.{max u v w}
#check Monad.{max u v, w+1}
#check Type (max (u+1) w (v+2))
#check Type _