frdomain icon indicating copy to clipboard operation
frdomain copied to clipboard

Have an example with freek integration

Open debasishg opened this issue 8 years ago • 3 comments

debasishg avatar Jul 15 '16 20:07 debasishg

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

offbored avatar Aug 10 '16 17:08 offbored

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.

debasishg avatar Aug 10 '16 19:08 debasishg

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

calvinlfer avatar May 04 '17 23:05 calvinlfer