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

Does the RIO monad work with other preludes? #183

Open
bbarker opened this issue Jun 4, 2019 · 1 comment
Open

Does the RIO monad work with other preludes? #183

bbarker opened this issue Jun 4, 2019 · 1 comment

Comments

@bbarker
Copy link
Contributor

bbarker commented Jun 4, 2019

I've already written an my app on top of classy-prelude and generally am quite happy with it, which I don't feel afraid to say here since I know the author of that package is the primary author of RIO as well!

It wasn't clear from the docs what the recommended course of action would be in this case. If they aren't compatible, maybe the best thing is to create a RIO on top of classy-prelude?

@snoyberg
Copy link
Collaborator

snoyberg commented Jun 5, 2019

They should work together just fine. IIRC, classy-prelude is currently using MonadUnliftIO-variants of functions, which is fully compatible with RIO. If you see incompatibilities, I'd be interested in hearing what they are.

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