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 b800f86 commit 0284cf4Copy full SHA for 0284cf4
Data/HashMap/Internal.hs
@@ -1869,7 +1869,7 @@ difference = go 0
1869
Empty -> goDA i (i1 + 1) nextB1' bResult (nChanges + 1)
1870
st -> do
1871
A.write mary i st
1872
- let same = I# (Exts.reallyUnsafePtrEquality st st1)
+ let same = I# (Exts.reallyUnsafePtrEquality# st st1)
1873
let nChanges' = nChanges + (1 - same)
1874
goDA (i + 1) (i1 + 1) nextB1' (bResult .|. m) nChanges'
1875
where
0 commit comments