monad-par icon indicating copy to clipboard operation
monad-par copied to clipboard

Support more IO operations for ParIO monad

Open sergv opened this issue 7 years ago • 1 comments
trafficstars

I noticed that ParIO monad has a pretty restricted API for dealing with IO computations. Basically, it only provides a liftIO function for embedding IO actions inside ParIO. But what about IO things like bracket, mask, etc? Is there any reason why they were not added apart from a lack of working hands?

sergv avatar Apr 26 '18 23:04 sergv

By all means submit a PR. Nobody is actively working on monad-par at the moment as far as I know. The usual way to add support for bracket and co is to use monad-exception I think.

simonmar avatar Apr 30 '18 08:04 simonmar