Safe Haskell | Safe-Infered |
---|
MathObj.Monoid
Documentation
It is only a monoid for non-negative numbers.
idt <*> GCD (-2) = GCD 2
Thus, use this Monoid only for non-negative numbers!
Nothing
is the largest element.
numeric-prelude-0.3.0.2: An experimental alternative hierarchy of numeric type classes
Safe Haskell | Safe-Infered |
---|
MathObj.Monoid
It is only a monoid for non-negative numbers.
idt <*> GCD (-2) = GCD 2
Thus, use this Monoid only for non-negative numbers!
Nothing
is the largest element.