Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in applicative

Using functors/applicatives on custom data types with multiple type classes?

What are the practical implications that both applicatives/monads preserve monoidal structure but in a slightly different way?

What is the idiomatic way to write this function (which might normally be called filterA)?

haskell applicative

Inverse of >> operator in haskell

haskell monads applicative

Haskell parser, Monad and MonadPlus

What are Applicative left and right star sequencing operators expected to do?

haskell applicative

How to flatMap cats Applicatives

The composition law of Applicative in the Typeclassopedia

haskell applicative

Every Lens' is a Traversal'... how?

Question about applicative and nested Maybe

Applicative functors. Type signatures of <*> and <$> in detail

haskell applicative

How to rewrite ado notation as general Applicative lifting, respecting evaluation order?

Applicative typeclass based on two different functors

haskell functor applicative

Applicative vs monadic style for simple IO example

haskell monads applicative

How are <$> and <*> pronounced?

haskell functor applicative

non-monadic error handling in Haskell?

Nested applicative functors of different types in Haskell