Search code examples
How do I recover lazy evaluation of a monadically constructed list, after switching from State to St...

haskelllazy-evaluationmonad-transformersstate-monadio-monad

Read More
Combining State monad with Either-style error propagation...

haskellmonad-transformersstate-monadeither

Read More
Using monad transformers and continuations to make a minimal interpreter for procedure early return...

haskellmonad-transformerscontinuations

Read More
Replace scalaz ListT with semantically equivalent cats functionality...

listscalascalazmonad-transformersscala-cats

Read More
How to call a polymorphic function which depends on multiple Typeclasses in Kotlin/Arrow...

monad-transformersarrow-kt

Read More
How to use custom App type in place of IO?...

haskellmonad-transformersio-monad

Read More
How to update the state with async requests using the state monad?...

haskellasynchronousf#monad-transformersstate-monad

Read More
Combination monads in F#...

f#functional-programmingmonadsmonad-transformers

Read More
Lifting a complete monadic action to a transformer (>>= but for Monad Transformers)...

haskellmonadsmonad-transformersstate-monad

Read More
Couldn't match type ‘a’ with ‘b’error in Monad instance definition...

haskellmonadsfunctormonad-transformersapplicative

Read More
Is it possible to write a function of the type `Monad m => t Identity a -> t m a` for every mo...

haskellmonadsmonad-transformers

Read More
How to write a TaskT Monad Transformer to compose asynchronous computations with other effects?...

javascriptfunctional-programmingmonadsmonad-transformers

Read More
Nested States in Haskell...

haskellstatemonadsmonad-transformersstate-monad

Read More
Handler and Monads...

haskellmonadsmonad-transformersservant

Read More
Scala Future/Option for comprehension issues...

scalamonadsmonad-transformersscala-catsfor-comprehension

Read More
How can I write a function `run` that calls `runStateT` or `runReaderT`?...

haskellmonadstypeclassmonad-transformers

Read More
cats.ReaderT[F,A,B] from dependency A in for-comprehension...

scaladependency-injectionmonad-transformersscala-catsfor-comprehension

Read More
Why is there no MonadMask instance for ExceptT?...

haskellexceptionmonad-transformers

Read More
Haskell - How to combine two monadic Maybe functions into a single function...

haskellmonad-transformers

Read More
Can't make a derived instance of MonadTrans for newtype...

haskellmonadsmonad-transformers

Read More
How to understand `MonadUnliftIO`'s requirement of "no stateful monads"?...

haskellmonad-transformersclassy-prelude

Read More
Haskell IO action in `StateT a STM b`...

haskellmonad-transformersstate-monadstmio-monad

Read More
Using "bind" with an async function...

f#monad-transformers

Read More
Compose world-crossing async functions with bind...

f#monad-transformersf#+

Read More
EitherT: Call function returning Either only if a certain condition is true (otherwise return right)...

scalaconditional-statementsmonad-transformersscala-catseither

Read More
How to use MonadUnliftIO or MonadBaseControl with Hedgehog?...

haskellmonad-transformershaskell-hedgehog

Read More
Is it safe to derive MonadThrow, MonadCatch, MonadBaseControl, MonadUnliftIO, etc?...

haskellmonadsmonad-transformersderiving

Read More
How to wrap monadic action in IO...

haskellmonadsmonad-transformersreader-monad

Read More
Lift \/[A, B] into EitherT[Future, A, B]...

scalascalazmonad-transformers

Read More
Missing Functor and Monad instances when using scala.concurrent.Future with EitherT...

scalamonad-transformersscalaz7

Read More
BackNext