Skip to content

Commit

Permalink
Update src/foundation/functoriality-coproduct-types.lagda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke authored Feb 26, 2024
1 parent e89b873 commit 59998a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foundation/functoriality-coproduct-types.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module _
preserves-comp-map-coproduct :
map-coproduct (f' ∘ f) (g' ∘ g) ~ map-coproduct f' g' ∘ map-coproduct f g
preserves-comp-map-coproduct (inl x) = refl
preserves-comp-map-coproduct (inr x) = refl
preserves-comp-map-coproduct (inr y) = refl
```

### Functoriality of coproducts preserves homotopies
Expand Down

0 comments on commit 59998a2

Please sign in to comment.