We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if hole fits wouldn't suggest trivial infinite recursion.
If I write the code
foobar :: Foo -> Bar foobar = _
I would almost never want the definition
foobar :: Foo -> Bar foobar = foobar
Currently, this is the first suggestion it gives.
Originally posted by @anka-213 in #883 (comment)
The text was updated successfully, but these errors were encountered:
I think to make this the lowest priority is a good choice.
Sorry, something went wrong.
Are there any cases where this is actually the code you want? I would rather have that it never suggest this.
No branches or pull requests
It would be nice if hole fits wouldn't suggest trivial infinite recursion.
If I write the code
I would almost never want the definition
Currently, this is the first suggestion it gives.
Originally posted by @anka-213 in #883 (comment)
The text was updated successfully, but these errors were encountered: