ormolu-0.0.2.0: A formatter for Haskell source code

Safe HaskellNone
LanguageHaskell2010

Ormolu.Imports

Description

Manipulations on import lists.

Synopsis
  • sortImports :: [LImportDecl GhcPs] -> [LImportDecl GhcPs]

Documentation

sortImports :: [LImportDecl GhcPs] -> [LImportDecl GhcPs] Source #

Sort imports by module name. This also sorts explicit import lists for each declaration.