ghc-9.8.2: The GHC API
Safe HaskellNone
LanguageHaskell2010

GHC.Iface.Errors.Ppr

Synopsis

Documentation

data IfaceMessageOpts Source #

Constructors

IfaceMessageOpts 

Fields

Instances

Instances details
HasDefaultDiagnosticOpts IfaceMessageOpts Source # 
Instance details

Defined in GHC.Iface.Errors.Ppr

cantFindErrorX :: (UnitInfo -> SDoc) -> ([FilePath] -> SDoc) -> FindingModuleOrInterface -> CantFindInstalled -> SDoc Source #

General version of cantFindError which has some holes which allow GHC/GHCi to display slightly different error messages.

Orphan instances