New posts in monads

If return a = return b then does a=b?

RxJava - fetch every item on the list

Details in applying the Barr-Beck monadicity theorem to Tannakian reconstruction

Haskell - depth for each node in binary tree using Reader monad

ST Monad == code smell?

Do adjoint functors really define monads?

How to return a pure value from a impure method

Is Haskell's mapM not lazy?

Why monads? How does it resolve side-effects?

Do equivalence relations form a monadic category? [closed]

How do I do logging in Haskell?

How to handle side effect with Applicative?

How to enumerate a recursive datatype in Haskell?

Simple examples to illustrate Category, Monoid and Monad?

What is a monad in FP, in categorical terms?

Simplest non-trivial monad transformer example for "dummies", IO+Maybe

Creative uses of monads

In what sense is the IO Monad pure?

Avoiding lift with monad transformers

Why should Applicative be a superclass of Monad?