-
-
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 instance for Ior #1544
Comments
I think it's just that people didn't get the chance to add it yet. PR is more than welcome! |
@kailuowang got it. I am already working on #1540 and since it is also Ior related I don't know if I should work on it in the same PR or open a new one. What do you suggest? |
Without any strong preference, I am leaning slightly towards separate PRs. |
@kailuowang got it, I will work on it. |
Thanks very much @leandrob13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed there is no MonadError instance for Ior. Is there a reason for this?
The text was updated successfully, but these errors were encountered: