Skip to content

Commit 5fe4337

Browse files
committed
alterCollision: Remove unnecessary comment
1 parent 303da19 commit 5fe4337

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Data/HashMap/Internal.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,8 +1345,6 @@ alterCollision
13451345
-> A.Array (Leaf k v)
13461346
-> HashMap k v
13471347
-- ^ The original Collision node which will be re-used if the array is unchanged.
1348-
--
1349-
-- It is the caller's responsibility to ensure that this argument is in WHNF.
13501348
-> HashMap k v
13511349
alterCollision f !h !k !ary orig =
13521350
case indexOf k ary of

0 commit comments

Comments
 (0)