morganthomas / purescript-group

Algebraic groups for PureScript.
Apache License 2.0
6 stars 6 forks source link

add Group.power #9

Closed matthewleon closed 6 years ago

matthewleon commented 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

matthewleon commented 6 years ago

This was merged: https://github.com/morganthomas/purescript-group/pull/11