Closed neko-kai closed 11 years ago
Table's Monoid instance is currently right-biased, while at least Set, Map and IxSet monoids are all left-biased.
Set
Map
IxSet
That seems reasonable. I can't think of what motivated the current behavior.
I've fixed this
Table's Monoid instance is currently right-biased, while at least
Set
,Map
andIxSet
monoids are all left-biased.