We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fb432 commit 78806a6Copy full SHA for 78806a6
Data/HashMap/Internal.hs
@@ -1822,8 +1822,8 @@ difference = go 0
1822
| otherwise -> bIndexed
1823
where
1824
bIndexed = BitmapIndexed (b1 .&. complement m) (A.delete ary1 i1)
1825
- l | isLeafOrCollision l && A.length ary1 == 1 -> l
1826
- st' | st `ptrEq` st' -> t1
+ st' | isLeafOrCollision st' && A.length ary1 == 1 -> st'
+ | st `ptrEq` st' -> t1
1827
| otherwise -> BitmapIndexed b1 (A.update ary1 i1 st')
1828
1829
m = mask h2 s
0 commit comments