pandora-0.3.1: A box of patterns and paradigms

Safe HaskellSafe
LanguageHaskell2010

Pandora.Pattern.Object.Semiring

Synopsis

Documentation

class Ringoid a => Semiring a Source #

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