Skip to content

infixity mismatch between _∧_ and the ring multiplication _*_ #2701

Open
@onestruggler

Description

@onestruggler

This line define a semiring structure out of a boolean algebra:

∧-∨-commutativeSemiring : CommutativeSemiring _ _

Here the ring multiplication * is inifxl:

But here, is infixr:

See issue #2700 (comment) for an example for the inconvenience rooting to this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions