Skip to content

Commit

Permalink
Merge pull request #389 from frees-io/nm-documentation-imports
Browse files Browse the repository at this point in the history
Improve the implicit error around "uber" handler resolution
  • Loading branch information
noelmarkham committed Aug 2, 2017
2 parents 13da214 + 201951b commit 03dde81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface AnnotationMessages {
"\n " +
"\nFor automatic handler resolution to work, ensure you provide an implicit handler for each one of your defined @free algebras." +
"\nUber handlers considered for evaluating grouped algebras in `@module` or `Coproduct` are automatically derived and implicitly provided" +
"\nthere is a Handler for each one of the `@free` algebras available in the implicit scope." +
"\nthere is a handler for each one of the `@free` algebras available in the implicit scope. Ensure you have imported `freestyle.implicits._`." +
"\n\n To learn more about `handlers` and how they relate to `@free` algebras visit:" +
"\n\n http://frees.io/docs/core/interpreters/\n\n" +
"\n-------";
Expand Down

0 comments on commit 03dde81

Please sign in to comment.