Advertisement
tinyevil

Untitled

Mar 1st, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Section Univ.
  2.  
  3. Universe u.
  4. Universe v.
  5.  
  6. Variable X:Type@{u}.
  7. Variable Y:Type@{v}.
  8.  
  9. Check (X -> Y).
  10. (* : Type@{max(u, v)} *)
  11.  
  12. Check (list X).
  13. (* : Type@{max(Set, u)} *)
  14.  
  15. Check (forall T : Type@{u}, T).
  16. (* : Type@{u+1} *)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement