Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in either

Is it possible to change the monad type in a monadic sequence?

haskell monads either

Combining State monad with Either-style error propagation

Is there a standard name or implementation of the "purely applicative Either"?

haskell applicative either

Scala.Either getOrElse method

scala either

Accumulating errors with EitherT

How to make Either into a functor in second type

haskell functor either

Pattern match on value of Either inside a for comprehension?

A way to generalize Haskell's Either type for arbitrarily many types?

Either, Options and for comprehensions

scala monads either

Scala.Either orElse method

scala either

Scala polymorphic function for filtering an input List of Either

How to map (Either String (a -> b)) to (Either String [(a -> b)])

haskell monads either

How to initialize an Either to Right and specify the type of Left?

scala either

How does EitherT work?

Reduce nestedness when using successive Either/Maybe

Pure error handling in Haskell with Either: how to fold with error possibility?

Reducing Iterable[Either[A,B]] to Either[A, Iterable[B]]

Chaining method calls with Either

How to convert functions raising exceptions to functions returning Either?

Using 'Either' in Haskell

haskell monads either