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.
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.
-
ghc-lib-parser GHC.Parser.PostProcess Extra information for the expression GHC is currently inspecting/parsing. It can be used to generate more informative parser diagnostics and hints.