Search code examples
Product and Sum Type Parallels in Haskell Type Classes...

haskelltypeclassapplicativealternative-functorarrow-abstraction

Read More
Why is there no alternative instance for Either but a semigroup that behaves similarily to alternati...

haskelleitheralternative-functorsemigroup

Read More
Haskell - What is Control.Applicative.Alternative good for?...

haskellapplicativealternative-functor

Read More
For what Alt in Monoid instance needed?...

haskellapplicativemonoidsalternative-functor

Read More
An alternative Alternative for lists...

listhaskellapplicativealternative-functormonadplus

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

haskellalternative-functormonadplus

Read More
Haskell - Why is Alternative implemented for List...

listhaskellalternative-functor

Read More
'some' and 'many' functions from the 'Alternative' type class...

haskellfunctional-programmingtypeclasssome-and-manyalternative-functor

Read More
Is it possible to write an Alternative instance for Identity a if there's a Monoid for a?...

haskellalternative-functor

Read More
Could it be that (Alternative f, Foldable f) => Monad f?...

haskellmonadstypeclassalternative-functorfoldable

Read More
Why is guard based on Alternative?...

haskellalternative-functor

Read More
Structurally enforced Free Alternative, without left distributivity...

haskellcategory-theoryfree-monadalternative-functorabstract-algebra

Read More
Universal container conversion? if from Foldable to Alternative?...

haskellcontainersapplicativefoldablealternative-functor

Read More
In Haskell, is there an abstraction for the <?>-operator?...

haskelloption-typealternative-functor

Read More
Looking for generalisation of the `if p x then x else empty` construct...

haskellfunctional-programmingalternative-functor

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

haskellapplicativemonoidsalternative-functormonadplus

Read More
Alternative IO error for <|>...

haskellio-monadalternative-functor

Read More
Why does the Alternative typeclass need to be a sub-class of Control.Applicative...

haskellapplicativemonoidsalternative-functor

Read More
Is there instance Alternative ((->) r)?...

haskellalternative-functor

Read More
Why is there not 'Alternative' instance for 'Control.Applicative.Const'...

haskellapplicativemonoidsalternative-functor

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

haskellmonadsalternative-functormonadplus

Read More
Why is there no type class for monoids on functors in Haskell?...

haskelltypeclassfunctormonoidsalternative-functor

Read More
Haskell - Using State with Alternative...

parsinghaskellapplicativestate-monadalternative-functor

Read More
Haskell: Parsing an object that could be multiple types into one single type...

parsinghaskellapplicativealternative-functor

Read More
Understanding function with <|> operator...

listhaskellconcatenationmonadsalternative-functor

Read More
Generate optparse-applicative parser from free alternative functor...

haskellapplicativefree-monadalternative-functoroptparse-applicative

Read More
What does Haskell's <|> operator do?...

haskellapplicativealternative-functor

Read More
Lax monoidal functors with a different monoidal structure...

haskellfunctorapplicativecategory-theoryalternative-functor

Read More
instance Alternative ZipList in Haskell?...

listhaskelltypeclassapplicativealternative-functor

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

haskellmonadsmonoidsalternative-functormonadplus

Read More
BackNext