Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

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?

Why does importing Control.Applicative allow this bad code to type check?

haskell applicative

applicative functor: <*> and partial application, how it works

parsing haskell applicative

How is "a monoid on applicative functors" different than "a monoid in the category of endofunctors"?