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.
The text was updated successfully, but these errors were encountered:
@Fuuzetsu, it does, but parallel is also a core library. When building GHC, fewer dependencies among core libraries can allow more parallelism in the build process. I don't know how much it matters in this particular case.
seqMap
appears to be the only reasonparallel
depends oncontainers
. It would be nice to be rid of it. The obvious replacement would beseqBifoldable
. I'll have to add aBifoldable
instance forData.Map
, but that won't be a problem.The text was updated successfully, but these errors were encountered: