Skip to content

Commit

Permalink
Remove extraneous up-to-iso argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquescomeaux committed Dec 7, 2024
1 parent 4aea83a commit 1ac62b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Categories/Diagram/Pushout/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ module _ (p : Pushout f g) where
using (unique′; id-unique; unique-diagram)
public

up-to-iso : (p p: Pushout f g) Pushout.Q p ≅ Pushout.Q p′
up-to-iso p p= op-≅⇒≅ (P′.up-to-iso (Pushout⇒coPullback p) (Pushout⇒coPullback p′))
up-to-iso : (p′ : Pushout f g) Pushout.Q p ≅ Pushout.Q p′
up-to-iso p′ = op-≅⇒≅ (P′.up-to-iso (Pushout⇒coPullback p) (Pushout⇒coPullback p′))

swap : Pushout g f
swap = coPullback⇒Pushout (P′.swap pullback)
Expand Down

0 comments on commit 1ac62b0

Please sign in to comment.