Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Monadic Programming in C#

Practical Implications of runST vs unsafePerformIO

Testing laws of side-effecting monad

What is the connection between generator functions and monads in JavaScript?

javascript generator monads

Does Backwards admit a Monad instance?

haskell monads

Free Monad in F# with generic output type

f# monads free-monad

Failable match on a seemingly irrefutable GADT pattern

haskell monads gadt

Turtle Graphics as a Haskell Monad

Monads for Control Flow - Sequence, Selection and Iteration

How to understand monad in scala

If-Then-Else inside List Monads do-notation

haskell monads

Keeping State in a Stateless world

How to create a Haskell function that turns IO String into IO [String]?

haskell io monads

MonadFix instance for interpreter monad transformer generated by FreeT?

Why does Control.Monad.Morph.hoist have a Monad constraint?

State Monad containing Random and List in Haskell

haskell monads state-monad

Implementing Monads in Java 8

looking for learning exercise: implement these monads

Are there monads that can be used like an automaton?

Updating outer monad only in monad transformer