Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Tips for more elegant code with monads?

Mixing Monads in Haskell

how can I implement this monad transformer with a continuation?

Is there any difference between "MonadIO m" and "MonadBaseControl IO m"?

haskell monads conduit

Monad transformers monad duplication

MonadFix in strict language

haskell f# ocaml monads monadfix

Use for the identity monad in Clojure

Filter IO [Maybe String] to IO [String]

haskell monads

Haskell >>= operation: why is the function argument required to return another Monad?

Monads - where are they necessary?

Is it possible to do the IO monad from Haskell in Clojure?

How do I make MonadRandom a Functor?

haskell monads

Eliminating my explicit state passing via like, monads and stuff

On the signature of >>= Monad operator

haskell monads

Where did bind come from?

haskell types monads pointfree

Cont Monad breaks laziness in Haskell

Understanding the Fix datatype in Haskell

Writer vs WriterT in Haskell

haskell monads

combining maybe and seq monads: confused at the output

Haskell's Monad vs. APL's Monad

haskell monads apl