Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

The need for pure in Applicatives

haskell applicative

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

Meaning of "closed under composition"

haskell applicative

What does "lax" mean in "lax monoidal functor"?

More fun with applicative functors

haskell monads applicative

Translate from monad to applicative

haskell monads applicative

How to parse an optional flag as a Maybe value?

What is the etymology of <*> from Applicative in Haskell?

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

Where to find programming exercises for applicative functors?

To what extent are Applicative/Monad instances uniquely determined?

What is the 'Const' applicative functor useful for?

haskell functor applicative

Examples of a monad whose Applicative part can be better optimized than the Monad part

What is Applicative Functor definition from the category theory POV?

How to combine Futures of different types into a single Future without using zip()

scala akka future applicative

Lax monoidal functors with a different monoidal structure

Arrows are exactly equivalent to applicative functors?

What exactly does "effectful" mean

What advantage does Monad give us over an Applicative?

Traversing lists and streams with a function returning a future