funcool / cats

Category Theory and Algebraic abstractions for Clojure and ClojureScript.
http://funcool.github.io/cats/latest/
BSD 2-Clause "Simplified" License
941 stars 66 forks source link

Free Monad #115

Closed ghost closed 6 years ago

ghost commented 9 years ago

https://hackage.haskell.org/package/free-4.12.1/docs/Control-Monad-Free.html

freckletonj commented 8 years ago

I'm interested in a cats Free monad as well, that's why I'm switching to cats from algo.monads since cats seems more straight forward, and has significantly better docs, and I want to play around with the Free Monad (and Freer, and Free Applicative).

I'm excited to see what comes of this!