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
11
11
12
12
* Fix a type error in ` README.Data.Fin.Relation.Unary.Top ` within the definition of ` >-weakInduction ` .
13
13
14
+ * Fix a typo in ` Algebra.Morphism.Construct.DirectProduct ` .
15
+
14
16
Non-backwards compatible changes
15
17
--------------------------------
16
18
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ module Monoid-Export {M : RawMonoid a ℓ₁} {N : RawMonoid b ℓ₂} where
133
133
module N = RawMonoid N
134
134
135
135
module _ {refl : Reflexive M._≈_} where
136
- proj₁ = Proj₁.isMonoidHomomorphism M M refl
136
+ proj₁ = Proj₁.isMonoidHomomorphism M N refl
137
137
138
138
module _ {refl : Reflexive N._≈_} where
139
139
proj₂ = Proj₂.isMonoidHomomorphism M N refl
You can’t perform that action at this time.
0 commit comments