Open
Description
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)