-
Notifications
You must be signed in to change notification settings - Fork 22
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
rfc: use exception's Control.Monad.Catch.MonadThrow instead of ExceptT #20
Comments
Yes! This is definitely on my list of todos. |
Before I start doing that, what's your stance on pull #21 (mtl-style API)? I would like to base the work on that pull request. |
I'd hold off on doing this until I can get my branch I'm actively developing on pushed up. Then you can work off of that branch since there are so many changes there. I'll try my best to get it pushed up soon! |
No hurry! Can you update either bug when it lands?
|
Yes, no problem. |
I haven't had a chance to work on this lately, so I pushed what I have to a branch https://github.com/tylerholien/milena/tree/new-style-groups. It's in pretty embarrassing shape, but you can work off of that! |
Most or at least many haskell packages went the way of using MonadThrow instead of typed Exceptions for IO code.
See Michael Snoyberg's essay for a rationale.
The text was updated successfully, but these errors were encountered: