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
Since there seems to be a consensus that a containers-style merge function as requested in #226 would be the better addition, I'll tentatively close this as a duplicate. Please reopen, if you disagree.
unionWith
seems like it would be more useful and could be used in folds if it had the typeunionWith :: (Eq k, Hashable k) => (a -> b -> c) -> HashMap k a -> HashMap k b -> HashMap k c
Would you consider changing the type or adding it as
unionWith'
?The text was updated successfully, but these errors were encountered: