Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

Avoid pattern matching in recursion

haskell applicative

Scalaz: how does `scalaz.syntax.applicative._` works its magic

What is the best way to realize `(->) ((->) a b)` as an applicative functor?

haskell applicative

Put two monadic values into a pair and return it

Concurrent data access as in Haxl and Stitch

Scala cats and traverse syntax for Either - doesn't compile

Making instance of Applicative

Why do Static Arrows generalise Arrows?

Applicative Instance for (Monad m, Monoid o) => m o?

Can I rewrite this unionWith-like function with Applicative instead Monad?

x <*> y <$> z in Haskell

haskell functor applicative

When should one use applicatives over monads?

How exactly does the `(<*>) = ap` Applicative/Monad law relate the two classes?

haskell monads applicative

The definition for (<*) and (*>)

haskell applicative

Why does a "let" statement force an "applicative do" block into requiring a monad constraint?

Best way to apply arguments of mixed, possibly Applicative, types to a function

haskell applicative

Does Scalaz have something to accumulate in both error and success?

Why would I want to use the upcoming let! ... and! syntax?

f# monads applicative

Are free monads also zippily applicative?