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
i see sortBy/sortWith, but only groupBy.
Minor convenience but it would be nicely parallel, and this missing one is often what I want: Theres no new logic, I just need to dive into some structure.
The text was updated successfully, but these errors were encountered:
I don't think so; groupWith would be something like forall a b. Ord b => (a -> b) -> Array a -> Array (NonEmptyArray a). It would be a shorthand for \f -> groupBy (compare `on` f) or something similar.
i see sortBy/sortWith, but only groupBy.
Minor convenience but it would be nicely parallel, and this missing one is often what I want: Theres no new logic, I just need to dive into some structure.
The text was updated successfully, but these errors were encountered: