Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more IO operations for ParIO monad #50

Open
sergv opened this issue Apr 26, 2018 · 1 comment
Open

Support more IO operations for ParIO monad #50

sergv opened this issue Apr 26, 2018 · 1 comment

Comments

@sergv
Copy link

sergv commented Apr 26, 2018

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?

@simonmar
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants