-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
MonadError#adaptError could be on ApplicativeError instead #2685
Comments
I think we can at least change the implementation in |
@kailuowang I'm happy to pick this up. I suppose it will need a different name in the |
@bplommer thanks, yeah, that's a good catch. |
Can this be closed? :) |
I still like to move this method in the type class in 2.1 |
On the >2.11 branch, right? |
Right, which is master. |
For what it's worth it should have been possible to fix the syntax in 2.0 by making the ( |
MonadError#adaptError
is defined asBut it could be defined on
ApplicativeError
simply asI haven't opened a PR because this would be a breaking change.
The text was updated successfully, but these errors were encountered: