We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scala 3 features will leverage design principles adopted in this app (i.e stand-alone functions, opaque types, type lambdas).
ZIO, Cats, Http4s, Circe already work 🎉
Newtypes lib can be replaced by built in opaque types.
Refined works, except for the macros (..refined.auto.*). Not a big deal, just need to rely more on refineU and value.
refineU
value
kind-projector plugin is no longer necessary, thanks to type lambdas.
wartremover doesn't work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Scala 3 features will leverage design principles adopted in this app (i.e stand-alone functions, opaque types, type lambdas).
ZIO, Cats, Http4s, Circe already work 🎉
Newtypes lib can be replaced by built in opaque types.
Refined works, except for the macros (..refined.auto.*). Not a big deal, just need to rely more on
refineU
andvalue
.kind-projector plugin is no longer necessary, thanks to type lambdas.
wartremover doesn't work
The text was updated successfully, but these errors were encountered: