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
* Get rid of a bunch of redundant constraint warnings, record field
ambiguity warnings, etc.
* Use `Data.HashMap.fromListWith` instead of building from a list with
`insertWith`. The built-in version does basically the same thing, but
with a bunch of unsafe array freeze/thaw operations to reduce
allocation and copying.
0 commit comments