Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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

Meaning and usage of complex number functor and monad?

Why don't you need to use 'lift' when interacting with a nested StateT monadT in this case?

simplifying maybe Monad

python haskell monads

How do I program monadicaly in Java8 while getting comparable performance?

Testing Monadic Code

haskell monads

Haskell monad for isPalindrome

haskell monads