ndmitchell / hlint

Haskell source code suggestions
Other
1.46k stars 195 forks source link

use `: []` is not correct in the presence of `OverloadedLists` #1602

Open MangoIV opened 3 months ago

MangoIV commented 3 months ago

As the description says; it's not valid to suggest use :[] when using something like \x -> [x] in the presence of OverloadedLists. I hence think it would be good to not fire that lint by default.