haskell / containers

Assorted concrete container types
https://hackage.haskell.org/package/containers
314 stars 177 forks source link

Add symmetric difference ops #1009

Open meooow25 opened 1 month ago

meooow25 commented 1 month ago

...for Set, Map, IntSet, IntMap. This joins the set operations already implemented: union, intersection, difference.

Closes #1002.