You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes the 'unsafeInsertWithInternal' function.
The value-strictness test for 'fromListWith' was failing because
a comparison between two hashmaps was failing since their
size-tracking field differed.
This was due to the insertion function used by 'fromListWith'
not updating the hashmap's size correctly when a leaf which does
not collide with any other leaves in the hashmap was inserted in
it.
The 'unsafeInsertWithInternal' function was also updated with more
'$!' operators to reduce parentheses.
0 commit comments