fourmolu-0.3.0.0: A formatter for Haskell source code
Safe HaskellNone
LanguageHaskell2010

Ormolu.Imports

Description

Manipulations on import lists.

Synopsis

Documentation

normalizeImports :: Bool -> [LImportDecl GhcPs] -> [[LImportDecl GhcPs]] Source #

Sort, group and normalize imports. Assumes input list is sorted by source location.