Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

Are all fixed size containers strong monoidal functors, and/or vice versa?

How `sequenceA` works

haskell applicative

Merging/Appending Justs in Haskell

Applicative functors: why can fmap take a function with more than one argument?

haskell functor applicative

Is there an equivalent in Scala to Python's more general map function?

How to handle side effect with Applicative?

haskell monads applicative

<*> for lists implemented as do notation - isn't this "cheating"?

list haskell applicative

Is there an "ApplicativeIO" class?

How can I test functions polymorphic over Applicatives?

Meaning and usage of complex number functor and monad?

Resolving the type of `f = f (<*>) pure`

Parsec and Applicative style

How do I implement an Applicative instance for a parser without assuming Monad?

parsing haskell applicative

Applicative transformer classes

Is there a zipWith analogue for tuples?

haskell tuples applicative

Simple Applicative Functor Example

haskell functor applicative

Haskell - How does this average function work?

Are there human-friendly names for applicative (and friends) methods? [closed]

haskell naming applicative

Applicative without a functor

Computational cost of applicative style

haskell applicative