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:
Leonardo de Moura 2014-10-18 15:15:44 -07:00
parent 6a31a79265
commit 144150d47b

View file

@ -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}