Search code examples
Conditional Behavior With Free Monads...


scalafree-monadscala-cats

Read More
What monads can be expressed as Free over some functor?...


haskellmonadsfunctorfree-monad

Read More
Practical free monads for system-tests DSL: concurrency and error handling...


scalascalazmonad-transformersfree-monadscala-cats

Read More
Why am I getting 'Overlapping instances' error when one doesn't match?...


haskellstate-monadfree-monad

Read More
How do I chain action and interpret them together with Scalaz?...


scalascalazfree-monad

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


scalascalazfree-monad

Read More
Free ~> Trampoline : recursive program crashes with OutOfMemoryError...


scalaout-of-memoryscalaztail-recursionfree-monad

Read More
Scala: How do I compose a list of operations into a free monad?...


scalafree-monad

Read More
Why does this code with free monad interpreter compile?...


scalafree-monad

Read More
Abstract result types in Free Monads...


scalahaskellfunctional-programmingfree-monad

Read More
Logging using the free monad...


haskellloggingfunctional-programmingfree-monad

Read More
What are some motivating examples for Cofree CoMonad in Haskell?...


haskellmonadsfree-monadcomonad

Read More
MonadError instance for a Free Monad...


haskelltypeclassfree-monadoverlapping-instances

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


haskelldslfree-monad

Read More
Haskell: Memoising using MonadState inside a FreeMonad Interpreter...


haskellmemoizationmonad-transformersstate-monadfree-monad

Read More
In Haskell, how could I embed one Free monad in another one?...


haskellmonadsfree-monad

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


scalamonad-transformersfree-monadscala-cats

Read More
Is it possible to do the Free Monad in Clojure?...


clojuremonadsfree-monad

Read More
How do I add MonadLogger to my Free monad transformer stack?...


haskellloggingmonad-transformersfree-monad

Read More
bifunctor in haskell after the least fixed type...


haskellfunctorrecursive-datastructuresfree-monad

Read More
Manipulating Free Monads in Purescript...


haskellpurescriptfree-monad

Read More
Free monad and the free operation...


haskellmonadscategory-theoryfree-monad

Read More
Are Free monads are Church numerals?...


monadsfree-monadchurch-encoding

Read More
Printing the free monad...


haskellmonadstraversalfree-monad

Read More
Examining the binding structure in a free monad AST...


haskellfree-monad

Read More
When would I want to use a Free Monad + Interpreter pattern?...


haskellmonadsdslfree-monad

Read More
Trying to get bind working for combination of State and Delayed monad...


f#monadsfree-monadrecursive-type

Read More
What's the best way to do streaming in your free algebra?...


scalascalazfree-monad

Read More
Polymorphic instruction in Free Monad in Purescript...


purescriptfree-monad

Read More
Writing the Identity monad in terms of Free...


haskellmonadsfree-monad

Read More
BackNext