Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

Combining the elements of 2 lists

scala scalaz applicative

How do I use Name as an applicative?

Easier way to apply multiple arguments in Haskell

ApplicativeDo not working with sequencing

In applicative, how can `<*>` be represented in terms of `fmap_i, i=0,1,2,...`?

haskell functor applicative

Monadic equivalent of 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

ghci special case for Applicative?

Are free monads also zippily applicative?