Search code examples
Haskell - What is Control.Applicative.Alternative good for?...


haskellapplicativealternative-functor

Read More
What does Traversable is to Applicative contexts mean?...


haskellapplicativemonoidstraversablefoldable

Read More
Every Lens' is a Traversal'... how?...


haskellfunctorapplicativehaskell-lens

Read More
Idris: Cannot use functions as applicative functors?...


functortypecheckingapplicativeidris2combinatory-logic

Read More
Applicative Functor - Haskell...


haskellapplicative

Read More
Can we always use <$> in Haskell to define functions "point free"?...


haskellfunctorapplicative

Read More
Could the `Applicative` instance for `These` preserve more "failure" information?...


haskellapplicative

Read More
How to make instance of Applicative a certain data type...


haskellmonadsapplicative

Read More
Can ZipList be Distributive?...


haskellapplicativetraversabledistributive

Read More
How does the relationship between bisequence and bitraverse work in Haskell?...


haskellapplicative

Read More
How to remove a suffix from a string with Applicative regex?...


regexhaskellapplicative

Read More
Haskell: Implementing an Applicative List...


haskellapplicative

Read More
How can I generalize the arity of rxjava2 Zip function (from Single/Observable) to n Nullable argume...


kotlinhaskellrx-javafunctorapplicative

Read More
QuickCheck returns "0 tests" when checking Applicative homomorphism property (Binary Tree)...


haskellapplicativequickcheck

Read More
Quickcheck Applicative homomorphism law for Binary Tree...


haskellapplicativequickcheck

Read More
Why doesn't `coerce` implicitly apply Compose to these functions?...


haskellapplicative

Read More
Difference between Monad and Applicative in Haskell...


haskellmonadsapplicative

Read More
Is there a family of Haskell functions for sequencing tuples of applicatives?...


haskellapplicative

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


haskellapplicativemonoidsalternative-functor

Read More
What are the applicative functor laws in terms of pure and liftA2?...


haskellapplicative

Read More
Meaning and usage of complex number functor and monad?...


haskellmonadsfunctorcomplex-numbersapplicative

Read More
Are free monads also zippily applicative?...


haskelltreemonadsapplicativefree-monad

Read More
Traverse/sequence an Array<Either<E, A>> into Either<Array<E>, Array<A>&g...


functional-programmingapplicativeeitherfp-ts

Read More
Applicative functors for my own data type (Haskell)...


haskellapplicative

Read More
Is it better to define Functor in terms of Applicative in terms of Monad, or vice versa?...


haskellmonadsfunctorapplicative

Read More
Functional composition of Optionals...


functional-programmingmonadsoption-typeapplicative

Read More
Applicative for a user defined type...


haskellapplicative

Read More
Implementing applicative functor for custom data type with two identical type classes...


haskellfunctorapplicative

Read More
Applicative instance trying to use monoidal functors...


haskellapplicativemonoids

Read More
Making instance of Applicative...


haskelltypeclassapplicative

Read More
BackNext