Skip to content

add Map.differenceSet #158

Description

@amigalemming

In Map.difference the element type of the second Map does not matter and can be chosen arbitrarily. In a current application of mine I have simply a Set as second operand. How about adding this function:

differenceSet :: Ord k => Map k a -> Set k -> Map k a

?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions