Search code examples
An alternative Alternative for lists...


listhaskellapplicativealternative-functormonadplus

Read More
How to combine and then branch in MonadPlus/Alternative...


haskellalternative-functormonadplus

Read More
Obtaining a Bool out of [Maybe Bool] which is guaranteed to contain at least one Just...


haskellfunctional-programmingmonadsoption-typemonadplus

Read More
Why MonadPlus and not Monad + Monoid?...


haskellmonadsmonoidsmonadplus

Read More
Distinction between typeclasses MonadPlus, Alternative, and Monoid?...


haskellapplicativemonoidsalternative-functormonadplus

Read More
MonadPlus instance for Control.Eff when Exc is member...


haskellmonadpluseffect-systems

Read More
If MonadPlus is the "generator" class, then what is the "consumer" class?...


loopshaskellcategory-theoryhaskell-pipesmonadplus

Read More
Does Maybe MonadPlus Parsers need to be in certain order?...


haskellmonadplus

Read More
Use list monad inside monad transformer type classes?...


haskellmonad-transformersmonadplus

Read More
Error handling with MonadPlus...


haskellmonadsmonadplus

Read More
Trouble understanding error handling with monads...


haskellmonadsmonadplus

Read More
How does mzero match guard type signature?...


haskellmonadsalternative-functormonadplus

Read More
Flatten MonadPlus inside an Aeson Parser...


haskellcompositionaesonmonadplus

Read More
Control.MonadPlus.Free without unnecessary distribution...


haskellmonadsfree-monadmonadplus

Read More
Monoid vs MonadPlus...


haskellmonadstypeclassmonoidsmonadplus

Read More
Must mplus always be associative? Haskell wiki vs. Oleg Kiselyov...


haskellmonadsmonadplus

Read More
What can we do with Alternative but cannot do with Monoid?...


haskellmonadsmonoidsalternative-functormonadplus

Read More
What was wrong with Control.MonadPlus.Free?...


haskellmonadsfree-monadmonadplus

Read More
Is there a Codensity MonadPlus that asymptotically optimizes a sequence of MonadPlus operations?...


haskellmonadscategory-theoryfree-monadmonadplus

Read More
Is this Haskell function known/implemented as another name?...


haskellalternative-functormonadplus

Read More
Building a nondeterministic monad transformer in haskell...


haskellmonad-transformersnon-deterministicmonadplus

Read More
Why do safe partial functions use Maybe instead of generalizing to any Monad...


haskellmonadsalternative-functormonadplus

Read More
Haskell function which acts differently depending on the monad type...


haskellmonadsalternative-functormonadplus

Read More
What is the default type evaluation of MonadPlus in Haskell?...


haskellioghcinon-deterministicmonadplus

Read More
MonadPlus IO isn't a monoid...


haskellerror-handlingiomonoidsmonadplus

Read More
Defining MonadPlus instance for a transformer on top of ErrorT...


haskellmonadsmonad-transformersmonadplus

Read More
What’s an example of a Monad which is an Alternative but not a MonadPlus?...


haskellmonadsapplicativealternative-functormonadplus

Read More
Haskell: Is (MonadPlus m => Bool -> a -> m a) not useful?...


haskellmonadplus

Read More
Requires MonadPlus (ST a) Instance...


haskellmonad-transformersunificationst-monadmonadplus

Read More
Haskell State monad and monadic guard...


haskellmonadplus

Read More
BackNext