-
Notifications
You must be signed in to change notification settings - Fork 54
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
Replace reexports with lifted versions of functions #55
Comments
I have a few more functions here and there to add to the list: adituv/rio@1005404...adituv:55-lift-reexports Happy to submit as a separate PR after #58 goes through, or equally happy for @roman to add them to that PR. |
Lift functions from Lazy.ByteString and System.Directory (closes #55)
Thanks to you both! I'm going to reopen this, there are still a number of functions that need lifted versions. |
Could you list some of the functions that need lifted versions? That is, if you aren't planning to just fix them yourself. |
I'd forgotten that I'd already added lifted versions for |
Functions specialized to
IO
should be generalized to eitherMonadIO
orMonadUnliftIO
. Applies at least to the modulesRIO.ByteString
,RIO.Directory
, andRIO.ByteString.Lazy
. Pointed out by @adituv in #53.The text was updated successfully, but these errors were encountered: