Skip to content

Commit

Permalink
adding TODO, starting to fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
bond15 committed May 25, 2024
1 parent 5bd2365 commit f8e25ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cubical/Categories/Constructions/Coend/Base.agda
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module Cubical.Categories.Constructions.Coend.Base where
variable
ℓC ℓC' ℓD ℓD' : Level

module _ {C : Category ℓC ℓC'}{D : Category ℓD ℓD'}(F : Bifunctor (C ^op) C D)where
module _ {C : Category ℓC ℓC'}{D : Category ℓD ℓD'}(F : Bifunctor (C ^op) C D) where

module C = Category C
module D = Category D
Expand All @@ -36,6 +36,8 @@ module Cubical.Categories.Constructions.Coend.Base where
extranatural : {c c' : C.ob}(f : C [ c , c' ])
(F ⟪ C.id , f ⟫lr D.⋆ ψ c') ≡ ( F ⟪ f , C.id ⟫lr D.⋆ ψ c)

-- TODO : Can probably define a Presheaf structure for Cowedge
-- and then this should be isomorphic to a universal element of that presheaf.
record Coend : Set ((ℓ-max ℓC (ℓ-max ℓC' (ℓ-max ℓD ℓD')))) where
open Cowedge
field
Expand Down

0 comments on commit f8e25ae

Please sign in to comment.