Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in free-monad

Free ~> Trampoline : recursive program crashes with OutOfMemoryError

Free monad and the free operation

Is it possible to implement polymorphic functions in a DSL using Free

haskell dsl free-monad

Is there a free proxy transformer?

Analog of free monads for Profunctors

Free Monad in F# with generic output type

f# monads free-monad

MonadFix instance for interpreter monad transformer generated by FreeT?

Free implementation in scalaz

scala scalaz free-monad

what is the relationship between Haskell's FreeT and Coroutine type

Is the streaming package's Stream data type equivalent to FreeT?

How to use the free monad with Future[M[_]]

Using arbitrary trees with Free Monads in Scala+Cats

How are free objects constructed?

haskell monads free-monad

Logging using the free monad

Composing Free monads in Scala

How to avoid stack overflow when using scalaz's free monad?

scala scalaz free-monad

Printing the free monad

Is it possible to do the Free Monad in Clojure?

clojure monads free-monad

How to encode actions that take monadic arguments with free (or freer) monads?

How do I implement Reader using free monads?

haskell monads free-monad