Skip to content
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

Add Bifunctor #17

Open
tmciver opened this issue Sep 23, 2016 · 0 comments
Open

Add Bifunctor #17

tmciver opened this issue Sep 23, 2016 · 0 comments

Comments

@tmciver
Copy link
Owner

tmciver commented Sep 23, 2016

In clients of the library it has been useful to create an EitherToEither visitor for the purpose of converting the value held by Left. This has been done to change the error message string. Bifunctors give this ability in a more Haskell-like way and is preferred. An EitherToEither visitor could still be included in the library as an alternative method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant