ndmitchell/hlint

"Use fewer imports" suggestion when importing multiple fields from the same record

Aberta

#1.133 aberto em 17 de set. de 2020

 (5 comentários) (0 reação) (0 responsável)Haskell (208 forks)batch import
good first issue

Métricas do repositório

Stars
 (1.602 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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?

Guia do colaborador