Skip to content

Better error message for missing implicits #581

Description

@non

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions