Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

How to apply higher order function to an effectful function in Haskell?

haskell monads

Haskell maps returning a monad

haskell map monads maybe

Is there a better way to implement a multi-channel Writer monad in Haskell?

Scala Option object inside another Option object

scala option monads scalaz

Is (>>) supposed to discard all left-side output?

list haskell monads

Why are Clojure's `let` and `for` both monads?

clojure monads let

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