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
Welcome to Scala2.12.8 (OpenJDK64-BitServerVM, Java11.0.2).
Type in expressions for evaluation. Ortry:help.
scala>classF[_]
defined classF
scala>classA[_: F]
defined classA
scala>implicitvalx:F[Int] =newF[Int]
x:F[Int] =F@217235f5
scala>newA[Int]
<console>:14:error: could not find implicit value for evidence parameter of typeF[Any]
newA[Int]
^