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
Add fromListUpsert for compatibility with containers, which added it
in PR #1190:
fromListUpsert :: Hashable k => (a -> Maybe v -> v) -> [(k, a)] -> HashMap k v
This builds a map from a list, using the provided function to combine
values. Equivalent to performing an upsert for each key/value pair.
Assisted-by: GLM-5 via Fireworks AI <noreply@fireworks.ai>
0 commit comments