Search code examples
Permutation parsing with `ParsecT`?...

haskellmonadsmonad-transformersparsecparser-combinators

Read More
How to use the ContT monad transformer?...

javascriptfunctional-programmingmonadsmonad-transformerscontinuations

Read More
How to use the Trampoline type as the base monad of a transformer more efficiently?...

javascriptfunctional-programmingmonadsmonad-transformerstrampolines

Read More
Haskell Combining non-determinism with error handling...

haskellmonadsmonad-transformersnon-deterministic

Read More
Haskell. How to implement a custom monad transformer using GADT?...

haskellmonad-transformers

Read More
Why no MonadWriter instance for ParsecT?...

haskellmonadsmonad-transformersparsec

Read More
Is there a way to polymorphically lift instances of a class with a monad type variable, without over...

haskelltypeclassmonad-transformersoverlapping-instances

Read More
Is there a valid array monad transformer?...

javascriptfunctional-programmingmonadsmonad-transformers

Read More
How is Kleisli a monad Transformer?...

scalafunctional-programmingmonadsmonad-transformers

Read More
Lift instance of class with a `MonadIO` type-variable to the transformed monad...

haskelltypeclassmonad-transformerslifting

Read More
Reader monad transformer sample with FSharpPlus...

f#monad-transformersf#+

Read More
Different monads in for comprehension...

scalascala-catsmonad-transformersmonix

Read More
What's a functor on the category of monads?...

haskellmonadsmonad-transformerscategory-theory

Read More
What happened to Haskell's EitherT?...

loopshaskellmonad-transformerseither

Read More
How to inject a Maybe value into MaybeT...

haskellmonad-transformers

Read More
Implicit lifting when combining / mixing mtl-style typeclass constraints...

haskellmonad-transformers

Read More
How to make a free monad interpreter recursive?...

haskellrecursionmonadsmonad-transformersfree-monad

Read More
How to fix missing instance of IO for a function constrained on MonadReader and MonadIO?...

haskellmonad-transformershaskell-persistent

Read More
What is the strategy for working with different types of Monad Transformers?...

haskellmonad-transformershaskell-persistent

Read More
How can I convert this function from ExceptT to Except in Haskell?...

haskellexceptionmonad-transformers

Read More
Type EnvT can not be found...

scalamonadsmonad-transformers

Read More
What does "ask" mean in Haskell and what's the difference of it and "asks" f...

haskellmonadsmonad-transformersreader-monad

Read More
Understanding nested Monad constraints...

haskelliomonadstransformationmonad-transformers

Read More
What does it mean to "run" inside a monad?...

haskellmonadsmonad-transformerspurely-functional

Read More
How to run `m (Either e a)` actions in an `ExceptT e m a` do block?...

haskellmonad-transformers

Read More
Does MonadTransControl support STM?...

haskellmonadsmonad-transformers

Read More
Ghc can't infer the use of mtl instances despite entries in the function context...

haskelltypeclassmonad-transformers

Read More
Mapping from Exception to ExceptT...

haskellexceptionlazy-evaluationmonad-transformers

Read More
Haskell: lift vs liftIO...

haskellmonad-transformers

Read More
Is it possible to write a Distributive Instance for ScalaCheck's Gen type?...

scalafunctional-programmingmonad-transformersscala-catsscalacheck

Read More
BackNext