Open alexandru opened 6 years ago
@alexandru thank you for creating this issue! Yes, it sounds reasonable to provide the type classes in sub-modules. I'll work on it after the initial release.
Hi @fwbrasil, are you still working on this? I'd be happy to take this ticket if not :)
Hey @LukaJCB, Iβm not working on it. Itβd be great if you could give it a try!
I opened a PR :)
@LukaJCB thanks for working on this, itβs great for validation of the upcoming Cats-Effect 1.0.0 π
I know of how you feel of having Cats as dependency π but providing cats-effect integration in a different sub-project would be cool.
Consider that cool libraries like Monix, FS2, Http4s, Doobie and others now have
cats-effect
integration and would be usable with yourTask
implementation, if those type class instances are provided.You also get tests for free via
cats-effect-laws
, so it would be a win at least for that π