We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfbf54 commit 8ea743cCopy full SHA for 8ea743c
src/Algebra/Morphism/Construct/DirectProduct.agda
@@ -80,10 +80,6 @@ module Magma-Export {M : RawMagma a ℓ₁} {N : RawMagma b ℓ₂} where
80
proj₂ = Proj₂.isMagmaHomomorphism M N refl
81
82
module _ {P : RawMagma c ℓ₃} where
83
-
84
- private
85
- module P = RawMagma P
86
87
<_,_> = Pair.isMagmaHomomorphism M N P
88
89
------------------------------------------------------------------------
@@ -143,8 +139,4 @@ module Monoid-Export {M : RawMonoid a ℓ₁} {N : RawMonoid b ℓ₂} where
143
139
proj₂ = Proj₂.isMonoidHomomorphism M N refl
144
140
145
141
module _ {P : RawMonoid c ℓ₃} where
146
147
148
- module P = RawMonoid P
149
150
142
<_,_> = Pair.isMonoidHomomorphism M N P
0 commit comments