`apply-refact` removes parens when replacing with qualified infix operator in prefix usage
MangoIV opened this issue · 2 comments
MangoIV commented
hlint
replaces
(<|)
by Seq.<|
when trying to replaces <|
with qualified Seq.<|
This results in incorrect programs with things like
foldr (<|) ..
ndmitchell commented
CC @zliu41 who does a lot of apply-refact stuff