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
given:
trait MyTypeClass[T <: TypeRestriction]
you can not specify :
K1.Generic[MyTypeClass]
This means if your type-class has a type restriction, now you can't derive using shapeless-3 anymore.
The text was updated successfully, but these errors were encountered:
Add support for kinds with type restrictions (typelevel#203)
0a95f3a
624fddd
A step in this direction (although not there yet): #221
Sorry, something went wrong.
No branches or pull requests
given:
you can not specify :
This means if your type-class has a type restriction, now you can't derive using shapeless-3 anymore.
The text was updated successfully, but these errors were encountered: