haskell / containers

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

Fix false negatives in IntMap.isProperSubmapOfBy #1008

Closed meooow25 closed 1 month ago

meooow25 commented 1 month ago

Fixes #1007

treeowl commented 1 month ago

Missed that.

treeowl commented 1 month ago

Thanks!