parallel
parallel copied to clipboard
Implementation of seqBifoldable
This is based off issue #26 although I did not remove seqMap. I can do this if desired. I also did not specify versions for the added bifunctor package dependency in parallel.cabal. I was not sure what versions should be specified as it seems the newer ones introduce additional dependencies. Please let me know how I should proceed, and I will make the necessary adjustments.
Also note that the first commit has a typo. I meant Bifoldable in all instances, not Bifunctor.
This PR partially fixes #26, but I don't remove seqMap. I can do that if necessary. Also, I don't know why the CI is not running.