Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Either, Options and for comprehensions

scala monads either

When to use the ST monad in Scala?

scala monads scalaz

Is print in Haskell a pure function?

What is the name of this Monad Stack function?

Function to map Maybes to a monad

iterate + forever = iterateM? Repeating an action with feedback

haskell monads

Haskell IO Monad and memory use

haskell io monads

Haskell Monad Functions

haskell puzzle monads ghc

Existential types and monad transformers

functional java: what's this P1 thing?

How to nest monads

haskell monads

Refactoring “staircasing” with case of `Maybe` values in `IO` code

haskell monads maybe io-monad

Is/Should wrapping functions into a monad transformer be considered bad practice?

Idiomatic Scala for applying functions in a chain if Option(s) are defined

Why can AccValidation not have a Monad instance?

haskell monads applicative

Example of using scalaz Monad

scala monads scalaz

Map and Reduce Monad for Clojure... What about a Juxt Monad?

map clojure monads reduce

Monads from all angles - Mathematical, diagramatic and programmatical

Do Notation in OCaml

ocaml monads do-notation

Is this a reasonable view of Haskell IO?

haskell monads