Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Express general monadic interface (like Monad class) in C++

c++ haskell monads

Transformation under Transformers

haskell monads lifting

How to use replicateM solving the eight queens problem?

Has this been done before? (Monad view wrapping c++ collections/types for chain operations)

What is a clean way to handle one monad calling into another?

Equational reasoning with tying the knot

How to implement index-core style indexed state monad?

haskell monads

How to correctly error out in JSON parsing with Data.Aeson

What is a good name for this state-like monad

haskell monads

How can I combine the CheckingFuelMonad with a State monad in Hoopl?

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