2014-10-10 15:45:59 +00:00
|
|
|
import algebra.category.basic
|
|
|
|
|
|
|
|
set_option pp.universes true
|
2015-04-22 02:33:21 +00:00
|
|
|
section
|
2014-10-10 15:45:59 +00:00
|
|
|
universes l₁ l₂ l₃ l₄
|
|
|
|
parameter C : Category.{l₁ l₂}
|
|
|
|
parameter f : Category.{l₁ l₂} → Category.{l₃ l₄}
|
|
|
|
check f C
|
|
|
|
end
|