New posts in monads

CompletableFuture is a Monad. But where is the Applicative?

Has anyone ever encountered a Monad Transformer in the wild?

Why is there no IO transformer in Haskell?

Haskell pre-monadic I/O

Is Future in Scala a monad?

Do probability distributions form a comonad?

Defining a new monad in haskell raises no instance for Applicative

When is the Kleisli category equivalent to the Eilenberg-Moore?

Is Haskell truly pure (is any language that deals with input and output outside the system)?

Is "polynomials in $x$" a monad?

Modules over monoids vs algebra over monads

Use of Haskell state monad a code smell?

Expressing do block using only monadic bind syntax

Haskell: I/O and Returning From a Function

Euler 43 - is there a monad to help write this list comprehension?

Haskell: can't use "map putStrLn"?

Difference between Monad and Applicative in Haskell

The 2-monad for Grothendieck fibrations

Examples of a monad in a monoid (i.e. category with one object)?

Should do-notation be avoided in Haskell?