Closed matthewleon closed 6 years ago
Unlike Monoid.power, such a function could properly support negative exponents: https://github.com/purescript/purescript-monoid/blob/v3.3.0/src/Data/Monoid.purs#L49-L49
Monoid.power
This was merged: https://github.com/morganthomas/purescript-group/pull/11
Unlike
Monoid.power
, such a function could properly support negative exponents: https://github.com/purescript/purescript-monoid/blob/v3.3.0/src/Data/Monoid.purs#L49-L49