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
`traverseWithKey` currently calls `fromList`,
which creates a new list of keys (and calls `nubOrd` on it).
this is unnecessary, because a traversal doesn't change the keys.
0 commit comments