ekmett / tables

Deprecated because of
https://github.com/ekmett/tables/issues/15
Other
78 stars 13 forks source link

Shouldn't the Monoid be left-biased? #13

Closed neko-kai closed 11 years ago

neko-kai commented 11 years ago

Table's Monoid instance is currently right-biased, while at least Set, Map and IxSet monoids are all left-biased.

ekmett commented 11 years ago

That seems reasonable. I can't think of what motivated the current behavior.

Taneb commented 11 years ago

I've fixed this