File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1500,7 +1500,7 @@ unionWithKey f = go 0
1500
1500
leafHashCode _ = error " leafHashCode"
1501
1501
1502
1502
goDifferentHash s h1 h2 t1 t2
1503
- | m1 == m2 = BitmapIndexed m1 (A. singleton $! go (s+ bitsPerSubkey) t1 t2)
1503
+ | m1 == m2 = BitmapIndexed m1 (A. singleton $! goDifferentHash (s+ bitsPerSubkey) h1 h2 t1 t2)
1504
1504
| m1 < m2 = BitmapIndexed (m1 .|. m2) (A. pair t1 t2)
1505
1505
| otherwise = BitmapIndexed (m1 .|. m2) (A. pair t2 t1)
1506
1506
where
Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ unionWithKey f = go 0
494
494
leafHashCode _ = error " leafHashCode"
495
495
496
496
goDifferentHash s h1 h2 t1 t2
497
- | m1 == m2 = BitmapIndexed m1 (A. singleton $! go (s+ bitsPerSubkey) t1 t2)
497
+ | m1 == m2 = BitmapIndexed m1 (A. singleton $! goDifferentHash (s+ bitsPerSubkey) h1 h2 t1 t2)
498
498
| m1 < m2 = BitmapIndexed (m1 .|. m2) (A. pair t1 t2)
499
499
| otherwise = BitmapIndexed (m1 .|. m2) (A. pair t2 t1)
500
500
where
You can’t perform that action at this time.
0 commit comments