-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better error messages #5
Comments
As previously discussed, we can create better error message for lack of instances for some types. I'd like to integrate this into the library, but would like some guidance on where you would like the Another consideration is how should compile-time error message be tested. |
@yairchu Regarding testing of compile-time error messages: you can use |
Thanks for working on this! I think it would make sense as a new |
And it may also be useful to export a couple of generics-related error combinators from the toplevel |
Good point. After your feedback on the PR we could move on that. I would certainly want these for the external instances! |
.
The text was updated successfully, but these errors were encountered: