Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

Applicative that increments the environment in haskell

haskell applicative

Applicative implementation of Const Monoid

haskell applicative monoids

Are the liftM functions deprived of their monadic essence?

How to define apply in terms of bind?

How to make a proper "pure" for an Applicative instance?

haskell applicative

Combining functors and monads

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?

Are free monads also zippily applicative?