Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Generating all the combinations of a set of boolean variables in Haskell

Monads and Decorator pattern

java clojure monads

The reverse state monad in OCaml

State and IO Monads

How is a for expression with multiple monads translated in scala?

scala monads

Monads: Determining if an arbitrary transformation is possible

haskell monads

What advantages does scala.util.Try have over try..catch?

scala try-catch monads codacy

Can I transform this asynchronous java network API into a monadic representation (or something else idiomatic)?

scala monads scalaz

Is there a monadic version of Arbitrary to use with QuickCheck?

Haskell monads: What is the name for what `(>>=)` and `(=<<)` do?

haskell monads

Experience reports using indexed monads in production?

Nested States in Haskell

Does Haskell have foldlM'?

haskell monads fold

Can I reflect messages out of a Haskell program at runtime?

haskell reflection monads

Is it really a default practice to make every monad transformer an instance of MonadTrans?

What purpose does the complexity of `Except` serve in Haskell?

What can I do with callCC that cannot be done with cont?

What is the difference between *> and >> in Haskell?

haskell monads applicative

What is the idiomatic way to call pure functions within a MaybeT ( StateT ) monadT stack such that error propagates?

Haskell - can you have a monad that is not an applicative functor?

haskell monads fam-proposal