Skip to content

Commit

Permalink
chore: follow the naming convention (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia authored Dec 11, 2023
1 parent c80489f commit 6477dac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Cat/Diagram/Monad.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ module _ {o ℓ} {C : Precategory o ℓ} {M : Monad C} where
extensionality-algebra-hom = record { lemma = quote Extensional-Algebra-Hom }

instance
Funlike-algebra-hom : ⦃ i : Funlike C.Hom ⦄ Funlike (Algebra-hom C M)
Funlike-algebra-hom ⦃ i ⦄ .Funlike.au = Underlying-Σ ⦃ ua = Funlike.au i ⦄
Funlike-algebra-hom ⦃ i ⦄ .Funlike.bu = Underlying-Σ ⦃ ua = Funlike.bu i ⦄
Funlike-algebra-hom ⦃ i ⦄ .Funlike._#_ f x = f .morphism # x
Funlike-Algebra-hom : ⦃ i : Funlike C.Hom ⦄ Funlike (Algebra-hom C M)
Funlike-Algebra-hom ⦃ i ⦄ .Funlike.au = Underlying-Σ ⦃ ua = Funlike.au i ⦄
Funlike-Algebra-hom ⦃ i ⦄ .Funlike.bu = Underlying-Σ ⦃ ua = Funlike.bu i ⦄
Funlike-Algebra-hom ⦃ i ⦄ .Funlike._#_ f x = f .morphism # x

module _ {o ℓ} (C : Precategory o ℓ) where
private module C = Cat.Reasoning C
Expand Down

0 comments on commit 6477dac

Please sign in to comment.