haskell / haskell/stylish-haskell
pvp clean module imports
Aperta
- Lingua principale
- Haskell
- Stelle
- 1k
- Fork
- 153
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
it would be great to explicitly import functions and types.
i mean, given
``` haskell
import Module
a:: M
a = fun
```
it should generate the following import line
``` haskell
import Module (M, fun)
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.