Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Execution order with (>>=) not what I expected

haskell monads do-notation

How to use std::optional in C++

What effects are modeled by the stream (infinite list) monad?

list haskell stream monads

Is mapM in Haskell strict? Why does this program get a stack overflow?

Function as an Instance of Monad

haskell monads

Converting Monad notation to Arrow notation

haskell monads arrows

Is do-notation specific to "base:GHC.Base.Monad"?

haskell monads ghc

Automatic lifting of infix operators to monadic infix operators

Unsequence Monad function within Haskell

Maybe monad in Python with method chaining

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?