haskell-unordered-containers / unordered-containers

Efficient hashing-based container types
BSD 3-Clause "New" or "Revised" License
222 stars 97 forks source link

Remove some dead code from insertKeyExists #456

Closed sjakobi closed 2 years ago

sjakobi commented 2 years ago

The code was handling the case where a BitmapIndexed node does not have a sub-node that could contain the known-to-exist key.