Search code examples
What does it mean that the arguments to <*> and their associated effects are known statically?...


haskellfunctional-programmingmonadsapplicativeio-monad

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


haskellapplicativemonoidsalternative-functormonadplus

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


haskelltreemonadsapplicativefree-monad

Read More
Does sequence on an infinite list of IO actions by definition result in a never-ending action? Or is...


haskellfunctional-programminglanguage-lawyermonadsapplicative

Read More
Is there a data type with two Functor instances and two Applicative instances, the latter with eithe...


haskellfunctional-programmingfunctorapplicative

Read More
When do Applicatives run their effects?...


haskellapplicativeside-effectsarrow-abstraction

Read More
Why do Static Arrows generalise Arrows?...


haskellapplicativecategory-theoryarrow-abstraction

Read More
How could sequence be written down for Arrows?...


listhaskellapplicativearrow-abstractiontraversable

Read More
Why does mutual yielding make ArrowApply and Monads equivalent, unlike Arrow and Applicative?...


haskellmonadsapplicativecategory-theoryarrow-abstraction

Read More
Product and Sum Type Parallels in Haskell Type Classes...


haskelltypeclassapplicativealternative-functorarrow-abstraction

Read More
Arrows are exactly equivalent to applicative functors?...


haskellapplicativecategory-theoryarrow-abstraction

Read More
how to mix applicative functors and arrows...


haskellfunctorapplicativehxtarrow-abstraction

Read More
How to Implement <*> for Custom Type in Haskell...


haskellapplicative

Read More
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
BackNext