fourmolu-0.17.0.0: A formatter for Haskell source code
Safe HaskellSafe-Inferred
LanguageGHC2021

Ormolu.Imports.Grouping

Documentation

data Import Source #

Constructors

Import 

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