Search code examples
How to sample RVarT in IO...

haskellrandommonad-transformers

Read More
Monad transformers with IO and Maybe...

haskellmonad-transformersoption-typeio-monad

Read More
The Maybe result from Map.lookup is not type checking with my Monad Transformer stack...

haskelldictionarymonadsmonad-transformersoption-type

Read More
Transformers in type signature or not?...

apihaskellmonad-transformers

Read More
Scala-cats, compose Reader with ReaderT...

scalacompositionmonad-transformersscala-catsreader-monad

Read More
How to add Mask to a monadic stack...

haskellmonad-transformers

Read More
Combining List, Future and Option in for-comprehension - scalaz...

scalamonadsscalazmonad-transformers

Read More
Compose ReaderT with Either through for-comprehension and applicative pure...

scalamonadscompositionmonad-transformersscala-cats

Read More
Handling Either and ST monads...

haskellmonad-transformersstate-monad

Read More
MaybeT applicative instance without monad constraint for the outer monad...

javascripthaskellmonad-transformersapplicative

Read More
Monad Transformers in Scala...

scalamonadsscalazmonad-transformers

Read More
Is there an elegant way to implement this function: `(Monad m) => (s -> a -> m (s, b)) -&gt...

haskellfunctional-programmingmonadsmonad-transformersstate-monad

Read More
State with Megaparsec ParsecT is not backtracking...

haskellstatemonadsmonad-transformersmegaparsec

Read More
Modify ST dependent environment in ReaderT – problem with `local` function...

haskellmonadsmonad-transformersreader-monadst-monad

Read More
Carry STRef implicitly in an environment during computation...

haskelldesign-patternsmonadsmonad-transformers

Read More
Is there a better way to implement a multi-channel Writer monad in Haskell?...

haskellmonadsmonad-transformers

Read More
Is it possible to use typeclasses to change `ReaderT (IO a) IO a` into `ReaderT (i a) IO a`?...

unit-testinghaskellmonadstypeclassmonad-transformers

Read More
How to flatten IO (IO ())?...

unit-testinghaskellmonadsmonad-transformers

Read More
Why can't I call ask with MonadReader constraint...

haskellmonad-transformers

Read More
using type classes to provide alternative implementations for when using Acid-State...

haskelltestingtypeclassmonad-transformersacid-state

Read More
Parsing with Haskell/Megaparsec: StateT for building up local, lexical scope?...

parsinghaskellstatemonad-transformersmegaparsec

Read More
Nested applicative functors of different types in Haskell...

haskellfunctormonad-transformersapplicative

Read More
Zipping free monad transformers...

haskellmonad-transformersfree-monad

Read More
Implementing PrimMonad for newtype-d CatchT (ST s) stack...

haskellmonad-transformers

Read More
How to create a monad using StateT, ContT, and ReaderT?...

haskellmonadsmonad-transformerscontinuations

Read More
Haskell - Monad Transformers - Limit number of evaluations in an interpreter...

haskellmonad-transformersstate-monad

Read More
What purpose does the complexity of `Except` serve in Haskell?...

haskellerror-handlingexceptionmonadsmonad-transformers

Read More
Lifting functions to monad transformers in Scala cats...

scalafunctional-programmingmonadsmonad-transformersscala-cats

Read More
Constructing minimal Haskell example on error-handling in the State Monad...

haskellmonadsmonad-transformersstate-monadoption-type

Read More
Custom monoid with WriterT...

haskellmonadsmonad-transformersmonoids

Read More
BackNext