Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Why Nothing >> Just 3 is Nothing in Haskell?

haskell monads

Haskell -- Is there a monad sequence function for tuples?

haskell tuples sequence monads

avoid explicit passing of lookup table

Using monads for trivial tasks like list manipulation?

haskell monads

Some languages and uses for monads

Embedding higher kinded types (monads!) into the untyped lambda calculus

Haskell: Trapped in IO monad

How can I convert clojure.contrib.monads to be used with clojurescript?

Haskell: how to write a monadic variadic function, with parameters using the monadic context

Is there a non-identity monad morphism M ~> M that is monadically natural in M?

Why does mutual yielding make ArrowApply and Monads equivalent, unlike Arrow and Applicative?

Is every Alternative Monad Filterable?

JsResult - Monad or Applicative?

Why do we need Monad Transformers in Scala?

Monad for tracking side-effects

haskell monads

What's a functor on the category of monads?

Monad Transformers in C#

Is there something like Java Stream's "peek" operation in Scala?

scala java-stream monads

How are free objects constructed?

haskell monads free-monad