Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Why does "return Nothing" return Nothing?

haskell monads maybe

Derivation of Free Monad

haskell monads

Creating monads in haskell

haskell monads

Anyone seen a list of tricky Haskell exercises? [closed]

haskell monads

Why can't I stack two readers ontop of eachother?

How do I write this more general version of `Control.Monad.Writer.censor`?

haskell monads

How to filter a Maybe value

How to write without Do notation

haskell monads composition

What's the meaning of IO actions within pure functions?

haskell monads

How is "a monoid on applicative functors" different than "a monoid in the category of endofunctors"?

Writing the Identity monad in terms of Free

haskell monads free-monad

What is the fastest error monad in haskell?

haskell monads

Trying to understand Monads. The >> Operator

Some questions about monads in Haskell

haskell monads

Extract values from a list of IO actions

haskell monads

Asymmetry in the bind function

haskell monads

Why doesn't scala.util.Try implement GenTraversableOnce?

Squeezing more performance out of monadic streams in Haskell

Every free monad over a ??? functor yields a comonad?

Use StateT within Web.Scotty