Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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

More idiomatic (monadic?) way to express this Scala

scala monads

Scala polymorphic function for filtering an input List of Either

Elegant way to write ordered comparison on multiple properties

What counts as a side-effect? Why isn't memory allocation a side-effect?

How to map (Either String (a -> b)) to (Either String [(a -> b)])

haskell monads either