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.

  1. data PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  2. PsUnknownMessage :: UnknownDiagnostic (DiagnosticOpts PsMessage) -> PsMessage

    ghc 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.

  3. PsWarnBidirectionalFormatChars :: NonEmpty (PsLoc, Char, String) -> PsMessage

    ghc 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.

  4. PsWarnHaddockIgnoreMulti :: PsMessage

    ghc GHC.Parser.Errors.Types

    Multiple Haddock comment for the same entity

  5. PsWarnHaddockInvalidPos :: PsMessage

    ghc GHC.Parser.Errors.Types

    Invalid Haddock comment position

  6. PsWarnImportPreQualified :: PsMessage

    ghc GHC.Parser.Errors.Types

    Pre qualified import with WarnPrepositiveQualifiedModule enabled

  7. PsWarnMisplacedPragma :: FileHeaderPragmaType -> PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  8. PsWarnOperatorWhitespace :: FastString -> OperatorWhitespaceOccurrence -> PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  9. PsWarnOperatorWhitespaceExtConflict :: OperatorWhitespaceSymbol -> PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  10. PsWarnStarBinder :: PsMessage

    ghc GHC.Parser.Errors.Types

    Found binding occurrence of "*" while StarIsType is enabled

Page 149 of many | Previous | Next