Skip to content

Commit

Permalink
fix: missed renamed ∘-is-monic
Browse files Browse the repository at this point in the history
  • Loading branch information
TOTBWF committed Jul 17, 2023
1 parent 1f591f0 commit e87f0e4
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 @@ -349,7 +349,7 @@ Sub-products {y} pb a b = prod where
prod : Product (Sub y) a b
prod .Product.apex .domain = it .apex
prod .Product.apex .map = a .map ∘ it .p₁
prod .Product.apex .monic = ∘-is-monic
prod .Product.apex .monic = monic-∘
(is-monic→pullback-is-monic (b .monic) (rotate-pullback (it .has-is-pb)))
(a .monic)

Expand Down

0 comments on commit e87f0e4

Please sign in to comment.