Skip to content

Commit

Permalink
chore(category_theory/sites/limits): generalise universe level (#16408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaassoonn committed Sep 14, 2022
1 parent 9532aeb commit 94b2c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/category_theory/sites/limits.lean
Expand Up @@ -33,10 +33,10 @@ open opposite

section limits

universes w v u
universes w v u z
variables {C : Type (max v u)} [category.{v} C] {J : grothendieck_topology C}
variables {D : Type w} [category.{max v u} D]
variables {K : Type (max v u)} [small_category K]
variables {K : Type z} [small_category K]

noncomputable theory

Expand Down

0 comments on commit 94b2c2c

Please sign in to comment.