Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Should do-notation be avoided in Haskell?

Why monads? How does it resolve side-effects?

haskell monads

How do I do logging in Haskell?

logging haskell monads

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

haskell monads

In what sense is the IO Monad pure?

haskell io monads

Avoiding lift with monad transformers

Why is there no IO transformer in Haskell?

Has anyone ever encountered a Monad Transformer in the wild?

Haskell pre-monadic I/O

haskell io monads

Is Future in Scala a monad?

scala monads

Defining a new monad in haskell raises no instance for Applicative

haskell monads

scala Iterable#map vs. Iterable#flatMap

Use of Haskell state monad a code smell?

Haskell: can't use "map putStrLn"?

haskell io monads

Difference between Monad and Applicative in Haskell

haskell monads applicative

When is it OK to use an IORef?

haskell state monads ioref

Is there a monad that doesn't have a corresponding monad transformer (except IO)?