Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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

StackOverflow in continuation monad

Is access to the internal structure of a monad required for a monad transformer?

instance Monoid Monad

haskell monads

Avoiding explicit recursion in Haskell

Tips for more elegant code with monads?

Mixing Monads in Haskell

how can I implement this monad transformer with a continuation?

Is there any difference between "MonadIO m" and "MonadBaseControl IO m"?

haskell monads conduit

Monad transformers monad duplication

MonadFix in strict language

haskell f# ocaml monads monadfix

Use for the identity monad in Clojure