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.
-
ghc GHC.Llvm.Types Symbol is private to the module and should not appear in the symbol table
-
This module provides the generated Happy parser for Haskell. It exports a number of parsers which may be used in any library that uses the GHC API. A common usage pattern is to initialize the parser state with a given string and then parse that string:
runParser :: ParserOpts -> String -> P a -> ParseResult a runParser opts str parser = unP parser parseState where filename = "<interactive>" location = mkRealSrcLoc (mkFastString filename) 1 1 buffer = stringToStringBuffer str parseState = initParserState opts buffer location
-
ghc GHC.Parser.Annotation Detail of the "brackets" used in an AnnParen exact print annotation.
-
No documentation available.
PEIP_NegApp :: PsErrInPatDetailsghc GHC.Parser.Errors.Types Negative application pattern?
PEIP_OtherPatDetails :: ParseContext -> PsErrInPatDetailsghc GHC.Parser.Errors.Types No documentation available.
PEIP_RecPattern :: [LPat GhcPs] -> PatIsRecursive -> ParseContext -> PsErrInPatDetailsghc GHC.Parser.Errors.Types No documentation available.
PEIP_TypeArgs :: [HsConPatTyArg GhcPs] -> PsErrInPatDetailsghc GHC.Parser.Errors.Types The list of type arguments for the pattern
PEP_QuoteDisambiguation :: PsErrPunDetailsghc GHC.Parser.Errors.Types No documentation available.
PEP_SumSyntaxType :: PsErrPunDetailsghc GHC.Parser.Errors.Types No documentation available.