haskell / containers

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

Make IntSet splitMember strict in the key #983

Closed meooow25 closed 6 months ago

meooow25 commented 6 months ago

Currently, the key is ignored for an empty set.

Similar to #982. I didn't notice it earlier else I would have included it there.

IntSet.split is already strict.

treeowl commented 6 months ago

Thanks!