This repository was archived by the owner on Oct 4, 2020. It is now read-only.
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
Add unionsWith
? #55
Open
Description
This function doesn't currently exist, but I think it could, and would potentially be useful:
unionsWith :: forall f k v. (Foldable f, Ord k) => (v -> v -> v) -> f (Map k v) -> Map k v
It's probably very simple to define this using what's already exported, but I think it's still useful to have these sorts of things defined for you.
Metadata
Metadata
Assignees
Labels
No labels