Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

(r ->) applicative functor

haskell functor applicative

Applicative Functor on Lists

haskell applicative

Is it possible to map tuple of functions over a list in Haskell?

Applicative instance of List runs forever in composition law test with QuickCheck/Checkers

list haskell applicative

Monad laws for an applicative-based formulation

haskell monads applicative

How can I generalize the arity of rxjava2 Zip function (from Single/Observable) to n Optional arguments without lose its types?

How to correctly error out in JSON parsing with Data.Aeson

how to get "leftover arguments" in optparse-applicative?

What is Applicative Builder

Every monad is an applicative functor — generalizing to other categories

Why is this applicative instance unlawful?

haskell applicative

Is there a standard name or implementation of the "purely applicative Either"?

haskell applicative either

Applicative instance for non-empty leafy tree in Haskell

Why doesn't this simple composition work?

haskell monads applicative

Conditional looping in an Applicative Functor

parsing haskell applicative

How can I combine a tuple of values with a tuple of functions?

Applicative functor that reverses order of effects

Why are Monoidal and Applicative laws telling us the same thing?

Better Applicative instance for Parser (Haskell)

haskell functor applicative