Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PsErrUnsupportedExt :: String -> [String] -> PsHeaderMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  2. PsErrVarForTyCon :: RdrName -> PsMessage

    ghc GHC.Parser.Errors.Types

    Expecting a type constructor but found a variable

  3. PsErrViewPatInExpr :: !LHsExpr GhcPs -> !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    View-pattern in expression

  4. type PsError = PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  5. data PsHeaderMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  6. PsHeaderMessage :: PsHeaderMessage -> PsMessage

    ghc GHC.Parser.Errors.Types

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

  7. data PsInvalidTypeSignature

    ghc GHC.Parser.Errors.Types

    No documentation available.

  8. data PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

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

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

Page 148 of many | Previous | Next