-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate interop with cats-core #94
Comments
Actually the cats-effect library is marked as |
@laurynasl-wix @ghostdogpr tbh, ideally I'd like to get rid of the catz object completely and put the instances into ZIO companion, using one or another version of Optional instances trick. The second one would be ideal, but I couldn't get it to work with Scala 2 without abusing sbt's evictions - unlike Dotty, Scala 2 does not tolerate undefined types in generic parameter of superclass during implicit search. |
…s-core, not cats-effect - also update README.md
Nice, thank you very much! |
Hi,
I think it would it make sense to have a separate package for interop only with cats-core (excluding cats-effect). That way if I am only using cats-core for functional goodness, I wouldn't need to bring in cats-effect as a transitive dependency into my build.
Thoughts?
The text was updated successfully, but these errors were encountered: