Lots of newcomers forget to import implicit instances (e.g. cats.implicits._) which causes lots of pain.
It might be nice if when Functor[X] is not found, the the message indicates that you may have failed to import it (and can even mention cats.std.all._ or cats.implicits._).
What do you all think?
Lots of newcomers forget to import implicit instances (e.g.
cats.implicits._) which causes lots of pain.It might be nice if when
Functor[X]is not found, the the message indicates that you may have failed to import it (and can even mentioncats.std.all._orcats.implicits._).What do you all think?