pandora-0.4.7: A box of patterns and paradigms
Safe HaskellSafe-Inferred
LanguageHaskell2010

Pandora.Pattern.Object.Semiring

Synopsis

Documentation

class Ringoid a => Semiring a Source #

When providing a new instance, you should ensure it satisfies:
* Associativity: x * (y * z) ≡ (x * y) * z