Open
Description
For instance, for the following line of code:
import Test.Hspec.Formatters (Formatter(failedFormatter), Formatter(footerFormatter))
Suggest the following as alternative:
import Test.Hspec.Formatters (Formatter(failedFormatter, footerFormatter))
Does it sound like a reasonable feature to add under "Use fewer imports" suggestion?