Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

when to use CPS vs codensity vs reflection without remorse in Haskell

Configuration data in Scala -- should I use the Reader monad?

Seeking constructive criticism on monad implementation

haskell monads idioms

How can I parse the IO String in Haskell?

string parsing haskell io monads

How can non-determinism be modeled with a List monad?

IO happens out of order when using getLine and putStr

haskell user-input monads

Monad join function

haskell monads

Evil use of Maybe monad and extension methods in C#?

c# extension-methods monads

Why does application of `sequence` on List of Lists lead to computation of its Cartesian Product?

What are the alternative of monads to use IO in pure functional programming?

Monad theory and Haskell

haskell types theory monads

Does Haskell have variables?

Method parameters validation in Scala, with for comprehension and monads

Is Python's "with" monadic?

How does C# async/await relates to more general constructs, e.g. F# workflows or monads?

c# f# monads async-await

Why are Promises Monads?

What exactly makes Option a monad in Scala?

When should one use a Kleisli?

Why can the Monad interface not be declared in Java?

What happens to you if you break the monad laws?