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
seqMap appears to be the only reason parallel depends on containers. It would be nice to be rid of it. The obvious replacement would be seqBifoldable. I'll have to add a Bifoldable instance for Data.Map, but that won't be a problem.