Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Why doesn't scala.util.Try implement GenTraversableOnce?

Squeezing more performance out of monadic streams in Haskell

Every free monad over a ??? functor yields a comonad?

Use StateT within Web.Scotty

What is the purpose of the IdentityT transformer?

scala Either.RightProjection confusion (for comprehension de-sugaring)

scala for-loop monads either

Scala: Implementing map and withFilter in a simple custom type

scala for-loop monads

The reason for MonadState get and put?

state monads haskell

How can I use parMap with a monadic function?

How to convert A[B[C]] to B[A[C]] if A and B are monads?

scala monads scalaz

Printing the results of Futures in Scala Worksheet

scala monads scala-ide

State Monad with multiple state values

haskell monads state-monad

How to use an Alex monadic lexer with Happy?

haskell monads happy alex

The Maybe result from Map.lookup is not type checking with my Monad Transformer stack

How to use the Select monad to solve n-queens?

Functor / Applicative instances for State in Haskell

I can't understand Wikipedia's definition of "applicative functor"

Why is there no << in the Haskell standard library?

haskell monads

How to make your own for-comprehension compliant scala monad?

scala monads

>>= implementation for Poor Man's Concurrency Monad

haskell monads