Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

Applicative style parser for constructor with two arguments

haskell parsec applicative

Problem with pure definition in Applicative

haskell applicative

Coq proof that the Selection monad is an applicative and a monad

Can an Applicative instance for this type be created?

How to make instance of Applicative a certain data type

haskell monads applicative

Turn monadic validation into applicative?

Could the `Applicative` instance for `These` preserve more "failure" information?

haskell applicative

Is this "Coapplicative" class a superclass for Comonad?

Can we always use <$> in Haskell to define functions "point free"?

haskell functor applicative

Applicative functors within lambda expressions, non-exhaustive patterns?

haskell lambda applicative

Why doesn't the list Applicative instance perform a one-to-one application?

haskell applicative

What's a good example for a Haskell functor that is not an applicative functor? [duplicate]

Library for batching allocation

How should I traverse type-aligned sequences?

haskell applicative gadt

Applicative functor laws violation

haskell applicative

Generalization of the `Functor` class to become a `MultiFunctor`?

haskell functor applicative

(<*>) without having to wrap the second argument

haskell functor applicative

How to define the `pure` function on `Applicative`?

haskell applicative