Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
PFailed :: PState -> ParseResult aghc-lib-parser 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.
pattern
POk :: PState -> a -> ParseResult aghc-lib-parser 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.
-
ghc-lib-parser GHC.Parser.Lexer No documentation available.
-
ghc-lib-parser GHC.Parser.Lexer No documentation available.
-
ghc-lib-parser GHC.Parser.Lexer The result of running a parser.
-
ghc-lib-parser GHC.Parser.Lexer Parser options. See mkParserOpts to construct this.
ParserOpts :: ExtsBitmap -> DiagOpts -> [String] -> ParserOptsghc-lib-parser GHC.Parser.Lexer No documentation available.
-
ghc-lib-parser GHC.Parser.Lexer No documentation available.
-
No documentation available.
-
ghc-lib-parser GHC.Parser.PostProcess No documentation available.