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. PsWarnUnrecognisedPragma :: String -> [String] -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unrecognised pragma. First field is the actual pragma name which might be empty. Second field is the set of valid candidate pragmas.

  2. type PsWarning = PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  3. pattern PFailed :: PState -> ParseResult a

    ghc GHC.Parser.Lexer

    The parser has consumed a (possibly empty) prefix of the input and failed. The carried parsing state can be used to resume parsing. It is the state right before failure, including the fatal parse error. getPsMessages and getPsErrorMessages must return a non-empty bag of errors.

  4. pattern POk :: PState -> a -> ParseResult a

    ghc GHC.Parser.Lexer

    The parser has consumed a (possibly empty) prefix of the input and produced a result. Use getPsMessages to check for accumulated warnings and non-fatal errors. The carried parsing state can be used to resume parsing.

  5. data PState

    ghc GHC.Parser.Lexer

    No documentation available.

  6. PState :: StringBuffer -> ParserOpts -> Messages PsMessage -> Messages PsMessage -> Maybe RealSrcSpan -> Word -> Maybe (PsLocated Token) -> PsSpan -> PsSpan -> Int -> PsLoc -> [LayoutContext] -> [Int] -> [FastString] -> [PsLocated Token] -> Maybe (PsLocated Token) -> PsSpan -> [ALRContext] -> Maybe ALRLayout -> Bool -> Maybe (Pair RealSrcSpan RealSrcSpan) -> Maybe [LEpaComment] -> [LEpaComment] -> OrdList (PsLocated HdkComment) -> PState

    ghc GHC.Parser.Lexer

    No documentation available.

  7. data ParseResult a

    ghc GHC.Parser.Lexer

    The result of running a parser.

  8. data ParserOpts

    ghc GHC.Parser.Lexer

    Parser options. See mkParserOpts to construct this.

  9. ParserOpts :: ExtsBitmap -> DiagOpts -> [String] -> ParserOpts

    ghc GHC.Parser.Lexer

    No documentation available.

  10. PatternSynonymsBit :: ExtBits

    ghc GHC.Parser.Lexer

    No documentation available.

Page 150 of many | Previous | Next