Open Kalin-Rudnicki opened 8 months ago
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.
A step in this direction (although not there yet): #221
given:
you can not specify :
This means if your type-class has a type restriction, now you can't derive using shapeless-3 anymore.