| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
GHC.Driver.Errors.Ppr
Contents
Synopsis
Documentation
suggestInstantiatedWith :: ModuleName -> GenInstantiations UnitId -> [InstantiationSuggestion] Source #
Suggests a list of InstantiationSuggestion for the '.hsig' file to the user.
Orphan instances
| Diagnostic DriverMessage Source # | |
| Methods diagnosticMessage :: DriverMessage -> DecoratedSDoc Source # diagnosticReason :: DriverMessage -> DiagnosticReason Source # diagnosticHints :: DriverMessage -> [GhcHint] Source # | |
| Diagnostic GhcMessage Source # | |
| Methods diagnosticMessage :: GhcMessage -> DecoratedSDoc Source # diagnosticReason :: GhcMessage -> DiagnosticReason Source # diagnosticHints :: GhcMessage -> [GhcHint] Source # | |