hoovercj/vscode-haskell-linter

Multiple suggestions at the same point not shown

Gerhood opened this issue · 0 comments

As there can be multiple (and possibly mutually exclusive) suggestions referring to the same section, we should make sure to show all of them. A good example is the following.

f $ (x y)

Here only the suggestion (resp. code action) 'Redundant bracket' will be shown but hlint generates a second one ('Redundant $').