Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

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

Why should Applicative be a superclass of Monad?

functions as applicative functors (Haskell / LYAH)

haskell applicative

What are Alternative's "some" and "many" useful for?

Difference between Monad and Applicative in Haskell

haskell monads applicative

What are the benefits of applicative parsing over monadic parsing?

When and why should one use Applicative Functors in Scala

What does Haskell's <|> operator do?

What are practical uses of applicative style?

Distinction between typeclasses MonadPlus, Alternative, and Monoid?