Skip to content

Commit

Permalink
fix: flip monic-∘ args
Browse files Browse the repository at this point in the history
  • Loading branch information
TOTBWF committed Jul 17, 2023
1 parent e87f0e4 commit 8348e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cat/Displayed/Instances/Subobjects.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ Sub-products {y} pb a b = prod where
prod .Product.apex .domain = it .apex
prod .Product.apex .map = a .map ∘ it .p₁
prod .Product.apex .monic = monic-∘
(is-monic→pullback-is-monic (b .monic) (rotate-pullback (it .has-is-pb)))
(a .monic)
(is-monic→pullback-is-monic (b .monic) (rotate-pullback (it .has-is-pb)))

prod .Product.π₁ .map = it .p₁
prod .Product.π₁ .sq = idl _
Expand Down

0 comments on commit 8348e41

Please sign in to comment.