Skip to content

Commit f836b79

Browse files
authored
Remove outdated or confusing TODO (#454)
The comment was added in 2cf94c4. It was possibly referring to Array.traverse which didn't use mutable arrays at the time.
1 parent 813d57c commit f836b79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Data/HashMap/Internal.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,9 +1727,6 @@ map :: (v1 -> v2) -> HashMap k v1 -> HashMap k v2
17271727
map f = mapWithKey (const f)
17281728
{-# INLINE map #-}
17291729

1730-
-- TODO: We should be able to use mutation to create the new
1731-
-- 'HashMap'.
1732-
17331730
-- | \(O(n)\) Perform an 'Applicative' action for each key-value pair
17341731
-- in a 'HashMap' and produce a 'HashMap' of all the results.
17351732
--

0 commit comments

Comments
 (0)