We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.