Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Can I eliminate the use of UndecidableInstances in this Show instance for a Free Monad?

haskell monads

Scalaz Bind[Seq] typeclass

scala monads typeclass scalaz

`mfix` not working as expected

haskell monads

Why this Either-monad code does not type check?

haskell monads either

Why isn't (->) implemented with Control.Monad.Instances by default

haskell monads functor

Abstracting monad composition as a transformer

Why doesn't Some(List(1,2,3)).flatten compile?

scala monads scala-2.10

IO Monad in Dynamically-typed Languages

ApplicativeDo in Haskell

haskell monads applicative

Recursive liftIO

Javascript: How can I replace nested if/else with a more functional pattern?

How binding works in function monads in Haskell?

haskell monads

IO in where clause

haskell io monads

How to create a Database Monad Stack in Happstack?

Is coffeescript's `?.` operator a monad?

haskell coffeescript monads

Using Maybe and Writer together

Haskell: Run two monads, keep the result of the first one

haskell monads

How exactly does `IO`'s >>= work under the hood?

haskell io monads

How does mapM work with const functions in Haskell?

Help me understand this Scala code: scalaz IO Monad and implicits

scala monads scalaz