Open debasishg opened 8 years ago
I have seen eff-cats and eff-scalaz. I tried out freek since I was watching the development keenly. Yes, we can have effects being modeled using eff-* as well.
I have a simple example here: https://github.com/calvinlfer/free-monad-coproduct-example
Have you seen eff-cats? Similar to freek (I think?) in that it's another lib that helps to make monadic composition reasonable. Chose that over Freek mostly because of a very active dev and gitter community, and it comes in different flavors (eff-scalaz).