Skip to content

Commit e645b87

Browse files
committed
Update comment
1 parent 0284cf4 commit e645b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data/HashMap/Internal.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,8 +1894,8 @@ difference = go 0
18941894
-- we've already matched. Those could be skipped when we check the following
18951895
-- elements of ary1.
18961896
--
1897-
-- TODO: Get ary1 unboxed somehow?! The reboxing is quite weird.
1898-
-- Maybe try a different order of arguments?!
1897+
-- TODO: For some reason, ary2 is unboxed, but ary1 is not.
1898+
-- https://gitlab.haskell.org/ghc/ghc/-/issues/26525
18991899
differenceCollisions :: Eq k => Hash -> A.Array (Leaf k v1) -> HashMap k v1 -> Hash -> A.Array (Leaf k v2) -> HashMap k v1
19001900
differenceCollisions !h1 !ary1 t1 !h2 !ary2
19011901
| h1 == h2 =

0 commit comments

Comments
 (0)