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

TagMacro: make HKTag summonable for unapplied type lambdas with type bounds #773

Closed
neko-kai opened this issue Dec 5, 2019 · 1 comment

Comments

@neko-kai
Copy link
Member

neko-kai commented Dec 5, 2019

The following should work:

trait X
trait XAble[_ <: X]
class Y extends X

def getTag[F[_ <: X]: Tag.auto.T] = Tag[F[Y]]

getTag[XAble]
// Tag[XAble[Y]]
@neko-kai neko-kai added this to the 0.10 milestone Dec 5, 2019
@neko-kai neko-kai changed the title TagMacro: make HKTag summonable for type lambdas with type bounds TagMacro: make HKTag summonable for unapplied type lambdas with type bounds Dec 5, 2019
@neko-kai
Copy link
Member Author

Moved to zio/izumi-reflect#30

@pshirshov pshirshov modified the milestones: 0.12, 0.11 Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants