-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
MonadMask Support #20
Comments
I'd definitely accept a PR for this! Ideally I think it'd be nice to have it as a separate package within the repo (maybe a Also, for the reasons outlined here– I'd like to ensure that people opting in to tracing |
Awesome, I'll submit one soon then 👍 Sure, maybe something like Thanks for a link to some interesting discussion! I've actually read his FPComplete article before and I respectfully disagree with his argument (with regards to Also, I'll also try to flesh out the B3 propagator if I have extra time. Again, great work on this library, so good to finally have some visibility into my Haskell services! |
IIRC the instance comes from the exceptions library, so maybe
Yeah, I understand. Ideally the |
Sure, that makes sense to me 👍 |
I believe this was fixed by #21. |
My MTL stack includes
ExceptT
and I want to leave the door open forStateT
too, butUnliftIO
doesn't support it. I poked around a bit and got it working by making versions ofinSpan
andbracketError
that rely only onMonadMask
insteadWould you accept a PR that adds a new version of
inSpan
that doesn't requireUnliftIO
?Great project btw! Glad to see someone finally tackling this issue in Haskell.
The text was updated successfully, but these errors were encountered: