Search code examples
Couldn't match type Synonym with Either...


haskelltypespattern-matchingeither

Read More
C# FP: Validation and execution with error handling functional way - space for improvement?...


c#functional-programmingoption-typeeither

Read More
For comprehensions with kotlin and arrow-kt library...


kotliniofunctional-programmingeitherarrow-kt

Read More
Why isn't Vavr Either is recognizing the parameter to map() function?...


java-8functional-programmingeithervavr

Read More
Resolving readEither on ADT...


haskellalgebraic-data-typeseither

Read More
List[EitherT[Future, String, CustomObj]] => EitherT[Future, String, List[CustomObj]]...


scalascala-catseither

Read More
Either Monad: How to collect all the Right values and do work with all of them at the end?...


functional-programmingmonadseithermonetjs

Read More
Scala - Is there a function to map Seq[A] => Seq[Either[Throwable, B]]?...


scalascalazscala-catsmap-functioneither

Read More
Scala Cats EitherT and foreach...


scalascala-catseither

Read More
Haskell - Continuing to next do after validating with either...


validationhaskellscopeeither

Read More
Chain asynchronous operations that return Either using Language-Ext in C#...


c#functional-programmingasync-awaiteitherlanguage-ext

Read More
How to return a value of Right value of Either in Scala test...


scalascalateststubeitherscalamock

Read More
Generic sequence of Either to Either of sequence with preserved type...


scalascala-collectionseither

Read More
What is an idiomatic way to filter out Either Left in an akka stream?...


scalaakkaakka-streameither

Read More
combine two vectors using cbind and either or argument...


rvectorargumentseither

Read More
Scala Either with List...


scalatypeseitherhigher-kinded-types

Read More
Createing Either::Left with explcitily passing throwable object...


scalaexceptioneither

Read More
How to make Either into a functor in second type...


haskellfunctoreither

Read More
Haskell polymorphic function Using Either Left Right...


haskelleitherpolymorphic-functions

Read More
Trouble Implementing Apply for Either in C#...


c#functional-programmingmonadseither

Read More
Break loop if Either function returns Left...


scalamonadsfutureeither

Read More
How to avoid pyramid of cases?...


haskelleither

Read More
How to FlatMap Option while Preserving When Empty...


scalafunctional-programmingoption-typeeither

Read More
"Value toSeq is not a member of Product with Serializable with scala.util.Either"?...


scalaapache-sparkeither

Read More
Passing through Left statement in Either...


scalaeither

Read More
List[String] does not have a member traverse from cats...


scalatraversalscala-catseither

Read More
Efficient and/or idiomatic way to turn Seq[Either[String, Int]] to (Seq[String], Seq[Int])...


scalaeither

Read More
Future[List[Error \/ Double]] to Future[[List[Error] \/ List[Double]] in Scala...


listscalascalazeither

Read More
Mapping values from a List of Either to List...


scalaloopssyntactic-sugareither

Read More
Error handling on multiple Either values...


haskellerror-handlingeither

Read More
BackNext