Now, `universe` may declare many universes. The goal is to make it consistent with the `variable` command
9 lines
179 B
Text
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 _
|