Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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

What Haskell package has a unit functor/monad?

haskell monads functor

Monadic comprehension syntax in C#

Haskell - is state monad a sign of imperative thinking?

Haskell IORef array usage

How do I automate chains of map lookups in F#?

types map f# monads