You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In clients of the library it has been useful to create an
EitherToEither
visitor for the purpose of converting the value held byLeft
. This has been done to change the error message string.Bifunctor
s give this ability in a more Haskell-like way and is preferred. AnEitherToEither
visitor could still be included in the library as an alternative method.The text was updated successfully, but these errors were encountered: