It would be very useful if ormolu were to de-dupe import sections such as
import Data.List (nub)
import Data.List (nubBy)
into
import Data.List (nub, nubBy)
This would reduce the burden on tools that add imports such as haskell-tng-import-symbol-at-point
It would be very useful if ormolu were to de-dupe import sections such as
into
This would reduce the burden on tools that add imports such as
haskell-tng-import-symbol-at-point