ghc-9.2.5: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Types.Name.Ppr

Synopsis

Documentation

mkPrintUnqualified :: UnitEnv -> GlobalRdrEnv -> PrintUnqualified Source #

Creates some functions that work out the best ways to format names for the user according to a set of heuristics.

mkQualModule :: UnitState -> HomeUnit -> QueryQualifyModule Source #

Creates a function for formatting modules based on two heuristics: (1) if the module is the current module, don't qualify, and (2) if there is only one exposed package which exports this module, don't qualify.

mkQualPackage :: UnitState -> QueryQualifyPackage Source #

Creates a function for formatting packages based on two heuristics: (1) don't qualify if the package in question is "main", and (2) only qualify with a unit id if the package ID would be ambiguous.

pkgQual :: UnitState -> PrintUnqualified Source #

A function which only qualifies package names if necessary; but qualifies all other identifiers.