fix(library/type): modify declaration order and make sure Type1, Type2 and Type3 notations have precedence over Type' during pretty printing
This commit is contained in:
parent
6a31a79265
commit
144150d47b
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
-- Authors: Leonardo de Moura
|
||||
|
||||
notation `Prop`:max := Type.{0}
|
||||
notation `Type'`:max := Type.{_+1}
|
||||
notation `Type₊`:max := Type.{_+1}
|
||||
notation `Type₁`:max := Type.{1}
|
||||
notation `Type₂`:max := Type.{2}
|
||||
notation `Type₃`:max := Type.{3}
|
||||
notation `Type'`:max := Type.{_+1}
|
||||
notation `Type₊`:max := Type.{_+1}
|
||||
|
|
Loading…
Reference in a new issue