Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class Additive a where Source #
Represent class of things that can be added together, contains a neutral element and is commutative.
x + azero = x azero + x = x x + y = y + x
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
class Additive a where Source #
Represent class of things that can be added together, contains a neutral element and is commutative.
x + azero = x azero + x = x x + y = y + x