Search code examples
Getting Value of Either...


scalaeither

Read More
EitherT with Scala type alias...


scalatypesaliasscala-catseither

Read More
How to convert a `NonEmptyList[Either[Error, User]]` to `Either[Error, NonEmptyList[User]]` with cat...


scalalistscala-catseither

Read More
Why is there no alternative instance for Either but a semigroup that behaves similarily to alternati...


haskelleitheralternative-functorsemigroup

Read More
How to split a List[Either[A, B]]...


scalaeither

Read More
Convert Option to Either in Scala...


scalatype-conversioneitherscala-option

Read More
Haskell map on Right value of Either...


haskellmonadseither

Read More
Unwrapping a task either, handling errors, and providing default value...


typescripterror-handlingtaskeitherfp-ts

Read More
Is there a simpler way to do this pipeline with languageext?...


c#functional-programmingpipelineeitherlanguage-ext

Read More
fp-ts TaskEither pipeline composed with Either pipelines...


typescriptfunctional-programmingmonadseitherfp-ts

Read More
How to use Scala Cats' Kleisli with Either...


scalascala-catseitherkleisli

Read More
Mapping an Either list to integers...


haskelllambdaeither

Read More
Typeable for Maybe and Either...


haskellgenericsrecordtype-inferenceeither

Read More
How to test Either from Arrow in functional style...


junitkotlinfunctional-programmingeitherarrow-kt

Read More
What is the concise way to map error of an Either type in scala...


scalaeither

Read More
How to chain vavr's Either nicely?...


javaeithervavr

Read More
How use Either with async function...


typescripteitherfp-ts

Read More
How to extract Left or Right easily from Either type in Dart (Dartz)...


unit-testingflutterdarteither

Read More
why can't I extract a tuple from Either projection inside for comprehension using pattern matchi...


scalaeither

Read More
Cleanly iterating over a vector of mixed enum variants...


vectorrustenumsmacroseither

Read More
What signature should my type's SelectMany method have?...


c#linqfunctional-programmingeither

Read More
How to implement a generic Either type in Go?...


gogenericsdiscriminated-unioneither

Read More
better way to dissolve multiple Either arguments...


scalaeither

Read More
Option.toRight returns Product type. What does it mean?...


scalaeither

Read More
How to turn `Either[Error, Option[Either[Error, Account]]]` to `Either[Error, Option[Account]]` with...


scalascala-catseitherscala-option

Read More
Scala : Expression of Type None. Type doesn't confirm to expect type Document...


scalaeither

Read More
Monadic function of `(a -> m (Either e b)) -> Either e a -> m (Either e b)`?...


haskellmonadseither

Read More
Patternmatching in Haskell with Either type...


haskelltypesfunctional-programminginterpretereither

Read More
Traverse/sequence an Array<Either<E, A>> into Either<Array<E>, Array<A>&g...


functional-programmingapplicativeeitherfp-ts

Read More
Writing readable code using vavr Either in Kotlin while performing sequential operations...


kotlinfunctional-programmingeithervavr

Read More
BackNext