File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/Algebra/Morphism/Construct Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Bug-fixes
1111
1212* Fix a type error in ` README.Data.Fin.Relation.Unary.Top ` within the definition of ` >-weakInduction ` .
1313
14+ * Fix a typo in ` Algebra.Morphism.Construct.DirectProduct ` .
15+
1416Non-backwards compatible changes
1517--------------------------------
1618
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ module Monoid-Export {M : RawMonoid a ℓ₁} {N : RawMonoid b ℓ₂} where
133133 module N = RawMonoid N
134134
135135 module _ {refl : Reflexive M._≈_} where
136- proj₁ = Proj₁.isMonoidHomomorphism M M refl
136+ proj₁ = Proj₁.isMonoidHomomorphism M N refl
137137
138138 module _ {refl : Reflexive N._≈_} where
139139 proj₂ = Proj₂.isMonoidHomomorphism M N refl
You can’t perform that action at this time.
0 commit comments