File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1635,7 +1635,7 @@ unionWithKey f = go 0
16351635 leafHashCode _ = error " leafHashCode"
16361636
16371637 goDifferentHash s h1 h2 t1 t2
1638- | m1 == m2 = BitmapIndexed m1 (A. singleton $! go (s+ bitsPerSubkey) t1 t2)
1638+ | m1 == m2 = BitmapIndexed m1 (A. singleton $! goDifferentHash (s+ bitsPerSubkey) h1 h2 t1 t2)
16391639 | m1 < m2 = BitmapIndexed (m1 .|. m2) (A. pair t1 t2)
16401640 | otherwise = BitmapIndexed (m1 .|. m2) (A. pair t2 t1)
16411641 where
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ unionWithKey f = go 0
507507 leafHashCode _ = error " leafHashCode"
508508
509509 goDifferentHash s h1 h2 t1 t2
510- | m1 == m2 = BitmapIndexed m1 (A. singleton $! go (s+ bitsPerSubkey) t1 t2)
510+ | m1 == m2 = BitmapIndexed m1 (A. singleton $! goDifferentHash (s+ bitsPerSubkey) h1 h2 t1 t2)
511511 | m1 < m2 = BitmapIndexed (m1 .|. m2) (A. pair t1 t2)
512512 | otherwise = BitmapIndexed (m1 .|. m2) (A. pair t2 t1)
513513 where
You can’t perform that action at this time.
0 commit comments