You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
traitK[F[_]]
traitK2[F[_[_]]]
typeParam1[m] = [f[_]] =>> m match { caseK2[g] => g[f] }
typeParam2[m] = m match { caseK2[g] => g }
typeLocal=K2[K]
val_=T.show[Param1[Local]]
val_=T.show[Param2[Local]]
Minimized code
File
T.scala
:File
Main.scala
:Output
Expectation
I expect that
Param1
would be simplified in the same way asParam2
The text was updated successfully, but these errors were encountered: