ndmitchell/hlint

`apply-refact` removes parens when replacing with qualified infix operator in prefix usage

MangoIV opened this issue · 2 comments

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

zliu41 commented

@MangoIV Do you have a full example?