Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

How do you reason about the order of execution of functions in a monadT stack?

Is this an implementation of a fixpoint combinator?

Excessive garbage collection (and memory use?)

How do I convert a list monadic function to a breadth-first search?

Understanding monad transformers in Scala

scala monads

Why would validation break the monad laws?

Modifying immutable substructures

do notation and bind signature

haskell monads do-notation

Proper tagged AST

In Haskell, are there aliases for (liftM . liftM), (liftM . liftM . liftM), etc?

haskell monads lifting

Haskell: Monads of monad

haskell monads

A monad for building test data

haskell monads

Compose nested Monads in Haskell

haskell monads

F# computation expression when is Combine called

f# monads

What should a "higher order Traversable" class look like?

Why scala @tailrec can't be used on Option.flatMap?

scala monads tail-recursion

Functor instance for datatype containing function

Is there a sensible way to unzip the state monad?

haskell random state monads

Creating a Combination of a Reader and Maybe Monad (Applicative Functor)

Multiple flatMap methods for a single monad?

scala haskell monads