typelevel/scala

Type arguments on patterns

kamilkloch opened this issue · 3 comments

(Probably a shapeless issue, but breaks TLS 4 advertised functionality)

The latest shapeless 2.11/2.12 maven release (2.3.2) does not support type arguments on patterns, as described in https://github.com/typelevel/scala/blob/typelevel-readme/notes/typelevel-4.md#type-arguments-on-patterns-pull5774-paulp

What do you mean by "does not support"?

Release 2.3.2 does not contain this change:
milessabin/shapeless@820f12c

Gotcha ... that's a shapeless issue, not a TLS issue.