Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upImplicit resolution with type aliases with phantom types doesn't work #10197
Comments
This comment has been minimized.
This comment has been minimized.
Imported From: https://issues.scala-lang.org/browse/SI-10197?orig=1 |
soronpo
referenced this issue
Jun 15, 2017
Closed
Higher-kinded implicit conversion with type aliasing has type mismatch error #10372
TomasMikula
referenced this issue
Sep 11, 2017
Merged
Higher-kinded type variable unification. #6069
added a commit
to TomasMikula/scala
that referenced
this issue
Sep 12, 2017
added a commit
to TomasMikula/scala
that referenced
this issue
Sep 14, 2017
added a commit
to TomasMikula/scala
that referenced
this issue
Sep 26, 2017
added a commit
to TomasMikula/scala
that referenced
this issue
Sep 27, 2017
added a commit
to TomasMikula/scala
that referenced
this issue
Sep 27, 2017
added a commit
to TomasMikula/scala
that referenced
this issue
Sep 27, 2017
added a commit
to TomasMikula/scala
that referenced
this issue
Sep 28, 2017
adriaanm
closed this
in
scala/scala@33478bd
Sep 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scabug commentedFeb 17, 2017
Note that it is the combination of type alias with phantom type parameter (type Bar[A] = String) and type lambda (Wr[Bar]#ap) that is problematic. Each of the three simpler cases works.