We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b5974 commit 23b7da7Copy full SHA for 23b7da7
src/Algebra/Construct/DirectProduct.agda
@@ -347,8 +347,6 @@ nonAssociativeRing R S = record
347
; *-identity = UnitalMagma.identity (unitalMagma R.*-unitalMagma S.*-unitalMagma)
348
; distrib = (λ x y z → (R.distribˡ , S.distribˡ) <*> x <*> y <*> z)
349
, (λ x y z → (R.distribʳ , S.distribʳ) <*> x <*> y <*> z)
350
- ; zero = uncurry (λ x y → R.zeroˡ x , S.zeroˡ y)
351
- , uncurry (λ x y → R.zeroʳ x , S.zeroʳ y)
352
}
353
354
} where module R = NonAssociativeRing R; module S = NonAssociativeRing S
0 commit comments