Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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)?

Why is the bind operator (>>=) defined as it is?

haskell bind monads

What are the benefits of applicative parsing over monadic parsing?

Monads with Join() instead of Bind()

haskell monads

Monads vs. Arrows

The Pause monad

Can anyone explain Monads? [duplicate]

"Monad transformers more powerful than effects" - Examples?

How does the ST monad work?

haskell monads

Monads as adjunctions

Monads with Java 8

java java-8 monads optional