ormolu-0.7.4.0: A formatter for Haskell source code
Safe HaskellSafe-Inferred
LanguageGHC2021

Ormolu.Fixity.Imports

Description

Simplified representation of the import list for the purposes of fixity inference.

Synopsis

Documentation

applyModuleReexports :: ModuleReexports -> [FixityImport] -> [FixityImport] Source #

Apply given module re-exports.