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
-- Error: /tmp/scastie6141179723275680546/src/main/scala/main.scala:38:43 ------
| println(map.apply.apply(ls)(_.toString))
| ^
|no implicit argument of type Functor[List] was found for parameter of implicit Functor[List] => List[String]
When calling map.apply.apply(ls)(_.toString)(listFun:Functor[List]) I get the error found: Functor[List]; required: Functor[List] so I assume it's a current Dotty bug.
The text was updated successfully, but these errors were encountered:
The problem I mentioned in #2500 (comment).
gives:
When calling
map.apply.apply(ls)(_.toString)(listFun:Functor[List])
I get the errorfound: Functor[List]; required: Functor[List]
so I assume it's a current Dotty bug.The text was updated successfully, but these errors were encountered: