Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Haskell: monadic takeWhile?

haskell monads chaining

What's so special about 'return' keyword

Can a monadic rose tree have a MonadFix instance?

Combine two monads when neither has a transformer?

Round-up of Scalaz type class instances for other libraries

Why is my code using monadic lists from the List package so slow?

Applicative instance for MaybeT m assumes Monad m

Jumping forward with the continuation monad

Applicative is to monad what X is to comonad

Does ST monad have special compiler support?

haskell monads ghc

LINQ query expressions that operate on types (monads?) other than IEnumerable<T> -- Possible uses?

Why isn't a CancellationToken included in the Task<T> monad?

Can functional reactive programming (FRP) be expressed using monads?

Can I make a Lens with a Monad constraint?

haskell monads haskell-lens

terminating a monadic fold early

haskell monads fold

Writing a Monad Transformer, does it really need so many hardcoded instances

Is this a monad?

Purpose of a single case discriminated union

Haskell `forever` type signature

Understanding the Reader monad