debasishg / frdomain

Code repo for Functional and Reactive Domain Modeling
Apache License 2.0
467 stars 136 forks source link

Have an example with freek integration #33

Open debasishg opened 8 years ago

offbored commented 8 years ago

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).

debasishg commented 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.

calvinlfer commented 7 years ago

I have a simple example here: https://github.com/calvinlfer/free-monad-coproduct-example