Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib-parser GHC.Parser.Errors.Types No documentation available.
PsHeaderMessage :: PsHeaderMessage -> PsMessageghc-lib-parser GHC.Parser.Errors.Types A group of parser messages emitted in Header. See Note [Messages from GHC.Parser.Header].
-
ghc-lib-parser GHC.Parser.Errors.Types No documentation available.
-
ghc-lib-parser GHC.Parser.Errors.Types No documentation available.
PsUnknownMessage :: UnknownDiagnostic (DiagnosticOpts PsMessage) -> PsMessageghc-lib-parser GHC.Parser.Errors.Types An "unknown" message from the parser. This type constructor allows arbitrary messages to be embedded. The typical use case would be GHC plugins willing to emit custom diagnostics.
PsWarnBidirectionalFormatChars :: NonEmpty (PsLoc, Char, String) -> PsMessageghc-lib-parser GHC.Parser.Errors.Types PsWarnBidirectionalFormatChars is a warning (controlled by the -Wwarn-bidirectional-format-characters flag) that occurs when unicode bi-directional format characters are found within in a file The PsLoc contains the exact position in the buffer the character occurred, and the string contains a description of the character.
PsWarnHaddockIgnoreMulti :: PsMessageghc-lib-parser GHC.Parser.Errors.Types Multiple Haddock comment for the same entity
PsWarnHaddockInvalidPos :: PsMessageghc-lib-parser GHC.Parser.Errors.Types Invalid Haddock comment position
PsWarnImportPreQualified :: PsMessageghc-lib-parser GHC.Parser.Errors.Types Pre qualified import with WarnPrepositiveQualifiedModule enabled
PsWarnMisplacedPragma :: FileHeaderPragmaType -> PsMessageghc-lib-parser GHC.Parser.Errors.Types No documentation available.