milessabin / shapeless

Generic programming for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix annotations with type parameter

pgrandjean opened this issue · comments

Extracting annotations like MyAnnotation[T] results in HNil instead of MyAnnotation[_].