Skip to content
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

Add support for typed kinds #203

Open
Kalin-Rudnicki opened this issue Feb 17, 2024 · 1 comment
Open

Add support for typed kinds #203

Kalin-Rudnicki opened this issue Feb 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Kalin-Rudnicki
Copy link

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.

Kalin-Rudnicki added a commit to Kalin-Rudnicki/shapeless-3 that referenced this issue Feb 17, 2024
Kalin-Rudnicki added a commit to Kalin-Rudnicki/shapeless-3 that referenced this issue Feb 18, 2024
@joroKr21
Copy link
Member

A step in this direction (although not there yet): #221

@joroKr21 joroKr21 added the enhancement New feature or request label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants