Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

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

Is Applicative IO implemented based on functions from Monad IO?

haskell monads applicative

How to compose function to applicatives with scalaz

Foldable vs Traversable

Can I write a higher order type for a -> b -> *?

ApplicativeDo language extension with `Parsing` applicative still looking for Monad instance

haskell ghc applicative

Haskell: Flaw in the description of applicative functor laws in the hackage Control.Applicative article?: it says Applicative determines Functor

Haskell - Evaluation of (+) <$> (+3) <*> (*100) $ 5

haskell functor applicative

Does * in (<*>) have a special meaning?