Skip to content

Commit cb46d24

Browse files
committed
Remove comment
1 parent 697dffe commit cb46d24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Data/HashMap/Internal/Array.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ map' f = \ ary ->
499499
go ary mary (i+1) n
500500
{-# INLINE map' #-}
501501

502-
-- TODO: Should this function return the old array when the length is unchanged?
503502
filter :: (a -> Bool) -> Array a -> Array a
504503
filter f = \ ary ->
505504
let !n = length ary

0 commit comments

Comments
 (0)