Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Haskell monad: IO [Double] to [IO Double]

haskell random io monads

How do I convert a functional DSL into a Monad in Haskell?

haskell monads dsl

Escaping from the IO monad inside the Continuation monad

Merging/Appending Justs in Haskell

Converting the do notation to bind notation

haskell monads

What are standard Scala monads other than Option?

scala monads

Haskell: I/O and Returning From a Function

haskell types io monads

Extracting the first Just value from [Maybe a]

haskell monads maybe

Is it better to use the State monad, or to pass state recursively?

haskell monads state-monad

State Monad, why not a tuple?

A function similar to (>>=) but which returns a different monad

haskell monads

how could I take advantage of both State and Writer in haskell?

haskell monads

How to handle side effect with Applicative?

haskell monads applicative

Can Haskell's monads be thought of as using and returning a hidden state parameter?

haskell state monads

How are list comprehensions implemented in Haskell?

haskell monads ghc

Valid usage of Optional type in Java 8

Combining monads (IEnumerable and Maybe as an example)

c# ienumerable monads

(How) can I make this monadic bind tail-recursive?

It's not a monad, but what is it?