fourmolu-0.19.0.0: A formatter for Haskell source code
Safe HaskellNone
LanguageGHC2021

Ormolu.Imports.Grouping

Documentation

data Import Source #

Constructors

Import 

groupImports :: ImportGrouping -> Set ModuleName -> (x -> Import) -> [x] -> [[x]] Source #