purescript / purescript-contravariant

Contravariant functors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decidable instance for `(Semiring a) => Op a`

LukaJCB opened this issue · comments

Should be fairly simple to implement lawfully.

We already have Monoid r => Decidable (Op r); does that cover what you had in mind?