You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing version can lead to undesired output where the Ord instance fights against your clustering rule.
The new version also more closely matches the pattern set by these other functions:
sortBy::foralla. (a->a->Ordering) ->Lista->Lista-- (the below is true after #179)nubBy::foralla. (a->a->Ordering) ->Lista->Lista
If we do this before 0.14, we don't even have to worry about an API bump.
Proposing we modify the newly-added (in #182)
groupAllBy
from:to:
The existing version can lead to undesired output where the
Ord
instance fights against your clustering rule.The new version also more closely matches the pattern set by these other functions:
If we do this before 0.14, we don't even have to worry about an API bump.
@kl0tl for review.
The text was updated successfully, but these errors were encountered: