-
Notifications
You must be signed in to change notification settings - Fork 73
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
How to interoperate with ResourceT #451
Comments
there are a few discussions on here that attempt to do that, for example here: #361 (comment) |
I'd like to be able to use libraries like This means the I have something that looks like it is working here. Would there be interest in integrating this into It's unfortunate that the |
this one talks specifically about amazonka, did you find it? it's a bit old, so unclear whether it's still relevant. your link seems to point to a private repo btw |
Oops, it's public now. |
The discussion specifically about For example this code is noted as having a bug:
Which is true, but I would like to use lazy IO in my
With
In the above, |
Tangential, but I have this thing that uses the I used it to interop with |
Is there a way to call a function in
ResourceT IO a
fromMembers '[Embed IO, Resource) r] => Sem r a
?The text was updated successfully, but these errors were encountered: