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 PsHeaderMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    No documentation available.

  2. PsHeaderMessage :: PsHeaderMessage -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    A group of parser messages emitted in Header. See Note [Messages from GHC.Parser.Header].

  3. data PsInvalidTypeSignature

    ghc-lib-parser GHC.Parser.Errors.Types

    No documentation available.

  4. data PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    No documentation available.

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

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

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

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

  7. PsWarnHaddockIgnoreMulti :: PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Multiple Haddock comment for the same entity

  8. PsWarnHaddockInvalidPos :: PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Invalid Haddock comment position

  9. PsWarnImportPreQualified :: PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Pre qualified import with WarnPrepositiveQualifiedModule enabled

  10. PsWarnMisplacedPragma :: FileHeaderPragmaType -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    No documentation available.

Page 546 of many | Previous | Next