Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Haskell: monadic takeWhile?

haskell monads chaining

What's so special about 'return' keyword

Can a monadic rose tree have a MonadFix instance?

Combine two monads when neither has a transformer?

Round-up of Scalaz type class instances for other libraries

Why is my code using monadic lists from the List package so slow?

Applicative instance for MaybeT m assumes Monad m

Jumping forward with the continuation monad

Applicative is to monad what X is to comonad

Does ST monad have special compiler support?

haskell monads ghc