Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

Is there a way to show stepwise how Clojure evaluates a function?

clojure applicative

What is the difference between *> and >> in Haskell?

haskell monads applicative

How do applicative functors tie in with parallelizing algorithms? (Scala and Scalaz)

Proofs of Applicative laws for haskell instances

haskell proof applicative

Can a Functor / Applicative be tied to one specific type or structure?

haskell functor 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