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 GHC.Parser.Errors.Types No documentation available.
PsUnknownMessage :: UnknownDiagnostic (DiagnosticOpts PsMessage) -> PsMessageghc 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 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 GHC.Parser.Errors.Types Multiple Haddock comment for the same entity
PsWarnHaddockInvalidPos :: PsMessageghc GHC.Parser.Errors.Types Invalid Haddock comment position
PsWarnImportPreQualified :: PsMessageghc GHC.Parser.Errors.Types Pre qualified import with WarnPrepositiveQualifiedModule enabled
PsWarnMisplacedPragma :: FileHeaderPragmaType -> PsMessageghc GHC.Parser.Errors.Types No documentation available.
PsWarnOperatorWhitespace :: FastString -> OperatorWhitespaceOccurrence -> PsMessageghc GHC.Parser.Errors.Types No documentation available.
PsWarnOperatorWhitespaceExtConflict :: OperatorWhitespaceSymbol -> PsMessageghc GHC.Parser.Errors.Types No documentation available.
-
ghc GHC.Parser.Errors.Types Found binding occurrence of "*" while StarIsType is enabled