Closed recursion-ninja closed 5 years ago
The Control.Parallel.Custom module is self contained. It should be added to the pcg-utilities sub library.
Control.Parallel.Custom
pcg-utilities
We should also add these basic property tests:
parmap f === fmap f parZipWith f x y === zipWith f x y parZipWith3 f x y z === zipWith3 x y z
This is done. See b68456924dc2de493c4903525fd3463e3f679d98
The
Control.Parallel.Custom
module is self contained. It should be added to thepcg-utilities
sub library.We should also add these basic property tests: