Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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

Adding Haskell's Monadic Bind Operator to Scala

Monad for Const?

haskell monads

How does 'get' actually /get/ the initial state in Haskell?

haskell monads state-monad

Haskell: duplicated functions (+) and (++), mappend