Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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?

Anatomy of a monad transformer

How to convert CPS-style gcd computation to use the Continuation Monad

ocaml monads continuations

Writer implemented with Operational Monad does not work lazily

Store polymorphic callbacks in Haskell

Intuition behind calling Zero for else branch of if..then construct in computation expressions

Continuation monad "interface"

Does Writer Monad guarantee right associative concatenation?

haskell monads writer

Haskell: Getting a value out of an RVar in Data.Random

haskell random monads

Strict fmap using only Functor, not Monad

haskell monads strictness

Is anybody using monadic bind-style programming with Expected<T>

c++ c++11 monads