Skip to content

Commit

Permalink
fix broken uses of DisplayedCaetgory
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsnew committed Jul 1, 2023
1 parent 2f0f9b3 commit b7a6b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module _ {ℓC ℓC' : Level} {ℓP : Level} (C : Category ℓC ℓC') where
(k : D-Hom f [ x , y ]) (l : D-Hom g [ y , z ])
D-Hom (f ⋆⟨ C ⟩ g) [ x , z ]

DisplayedPoset→Cat : (D : DisplayedPoset) (DisplayedCategory {_} {_} {ℓP} C)
DisplayedPoset→Cat : (D : DisplayedPoset) (DisplayedCategory C ℓP)
DisplayedPoset→Cat D = record
{ D-ob = D-ob
; D-Hom_[_,_] = D-Hom_[_,_]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module _ {ℓC ℓC' : Level} {ℓP : Level} (C : Category ℓC ℓC') where

-- the Grothendieck construction, or the generalized construction
-- for a subcategory
Grothendieck : DisplayedCategory {_} {_} {ℓP} C Category _ _
Grothendieck : DisplayedCategory C ℓP Category _ _
Grothendieck D = record
{ ob = Σ[ x ∈ C .ob ] D-ob x
; Hom[_,_] = λ (x , Dx) (y , Dy) Σ[ f ∈ C [ x , y ] ] D-Hom f [ Dx , Dy ]
Expand Down

0 comments on commit b7a6b78

Please sign in to comment.