Open
Description
This line define a semiring structure out of a boolean algebra:
Here the ring multiplication * is inifxl:
agda-stdlib/src/Algebra/Bundles.agda
Line 684 in 8c5dee3
But here, ∧ is infixr:
agda-stdlib/src/Algebra/Lattice/Bundles.agda
Line 207 in 8c5dee3
See issue #2700 (comment) for an example for the inconvenience rooting to this problem.