Skip to content

Commit 8ea743c

Browse files
committed
Removed unused private module
1 parent 7dfbf54 commit 8ea743c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Algebra/Morphism/Construct/DirectProduct.agda

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ module Magma-Export {M : RawMagma a ℓ₁} {N : RawMagma b ℓ₂} where
8080
proj₂ = Proj₂.isMagmaHomomorphism M N refl
8181

8282
module _ {P : RawMagma c ℓ₃} where
83-
84-
private
85-
module P = RawMagma P
86-
8783
<_,_> = Pair.isMagmaHomomorphism M N P
8884

8985
------------------------------------------------------------------------
@@ -143,8 +139,4 @@ module Monoid-Export {M : RawMonoid a ℓ₁} {N : RawMonoid b ℓ₂} where
143139
proj₂ = Proj₂.isMonoidHomomorphism M N refl
144140

145141
module _ {P : RawMonoid c ℓ₃} where
146-
147-
private
148-
module P = RawMonoid P
149-
150142
<_,_> = Pair.isMonoidHomomorphism M N P

0 commit comments

Comments
 (0)