Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in free-monad

Defining Free Bind in a way that is compatible with the Free Monad

Proving the Functor laws for free monads; am I doing it right?

Injecting Indexed Functor into Functor Coproduct

Syntax trees: free monad + Bound.Scope

Applying Semantics to Free Monads

Understanding the Fix datatype in Haskell

How do I use the Church encoding for Free Monads?

How do I compare a program specified as a free monad against a description of expected instructions?

Is IO a Free Monad?

haskell io monads free-monad

Applicative vs. monadic combinators and the free monad in Scalaz

Writing the Identity monad in terms of Free

haskell monads free-monad

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

Navigating and modifying ASTs built on the Free monad in Haskell

The fixed point functors of Free and Cofree

Is there a Codensity MonadPlus that asymptotically optimizes a sequence of MonadPlus operations?

Applicative instance for free monad

How to get the “inflexible semantics of monad transformers” using extensible effects?

Structurally enforced Free Alternative, without left distributivity

Is there a generalization of these Free-like constructions?

Free Monad of a Monad

haskell free-monad