-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add option to ignore suggestions that require unsatisfiable constraints #3
Comments
I think what you're suggesting is that given a function |
Right now in If I'm going to start incorporating |
Sure, I can add a few options to toggle things like this. I'll probably wait a few days to collect feedback from people about what options would be useful before adding them. |
Sure thing. I just went through and filed this stuff before I forgot about it. =) |
You can now pass the flag |
I have a lot of code that often can't incur the extra
Ord
constraints and the like that would be required to satisfyherbie
. e.g. it currently works overComplex
numbers or other cases that aren'tOrd
.It'd be nice to have the option to be able to filter out suggestions that don't apply in the "context as written".
The text was updated successfully, but these errors were encountered: