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
Since GHC 8.10 there is a shrinkSmallMutableArray# primop that may be useful for functions like filter and mapMaybe. It would allow us to perform deletions in-place instead of creating a new array.