Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is the purpose of the IdentityT transformer?

scala Either.RightProjection confusion (for comprehension de-sugaring)

scala for-loop monads either

Scala: Implementing map and withFilter in a simple custom type

scala for-loop monads

The reason for MonadState get and put?

state monads haskell

How can I use parMap with a monadic function?

How to convert A[B[C]] to B[A[C]] if A and B are monads?

scala monads scalaz