hlint
hlint copied to clipboard
`apply-refact` removes parens when replacing with qualified infix operator in prefix usage
hlint replaces
(<|) by Seq.<| when trying to replaces <| with qualified Seq.<|
This results in incorrect programs with things like
foldr (<|) ..
CC @zliu41 who does a lot of apply-refact stuff
@MangoIV Do you have a full example?