Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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

How to apply higher order function to an effectful function in Haskell?

haskell monads

Haskell maps returning a monad

haskell map monads maybe

Is there a better way to implement a multi-channel Writer monad in Haskell?

Scala Option object inside another Option object

scala option monads scalaz

Is (>>) supposed to discard all left-side output?

list haskell monads

Why are Clojure's `let` and `for` both monads?

clojure monads let