Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Haskell instance of `bind` for a custom type

haskell monads state-monad

Operational monad with interpreter in arbitrary monad

haskell monads

Binding monads into composites (Haskell)

haskell bind monads composite

Scala: Bad inferred type for Option composed with StateT monad transformer

How to handle Option of List in Scala?

How does Haskell infer correct type classes in MaybeT implementation?

Why am I getting a type error in this sequence of parsers (lecture 8 by Erik Meijer)?

parsing haskell types monads

Is there any scala library that treat tuples as monads

scala tuples monads

Is it correct to use the Reader monad in this turn-based game?

haskell monads

Precomposing monad transformers

Using a Monadic eDSL from the REPL

How exactly does the `(<*>) = ap` Applicative/Monad law relate the two classes?

haskell monads applicative

Is there a more readable way of rewriting this pure function to use the Writer Monad?

haskell monads

Random list where each element differs by at most 1 from the previous element

Understanding the state argument in the State Monad

haskell monads state-monad

Are monads Writer m and Either e categorically dual?

Implementing the Haskell-MaybeMonad in F# - how can we get this lazy?

How can monads make my job easier? Show me some cool piece of code

haskell monads

State monad - adapt functions that only work with parts of the state?

Is this a candidate for computational expressions?

c# f# monads