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.

  1. Private :: LlvmLinkageType

    ghc GHC.Llvm.Types

    Symbol is private to the module and should not appear in the symbol table

  2. module GHC.Parser

    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
    

  3. data ParenType

    ghc GHC.Parser.Annotation

    Detail of the "brackets" used in an AnnParen exact print annotation.

  4. module GHC.Parser.Errors.Ppr

    No documentation available.

  5. PEIP_NegApp :: PsErrInPatDetails

    ghc GHC.Parser.Errors.Types

    Negative application pattern?

  6. PEIP_OtherPatDetails :: ParseContext -> PsErrInPatDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  7. PEIP_RecPattern :: [LPat GhcPs] -> PatIsRecursive -> ParseContext -> PsErrInPatDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  8. PEIP_TypeArgs :: [HsConPatTyArg GhcPs] -> PsErrInPatDetails

    ghc GHC.Parser.Errors.Types

    The list of type arguments for the pattern

  9. PEP_QuoteDisambiguation :: PsErrPunDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  10. PEP_SumSyntaxType :: PsErrPunDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

Page 136 of many | Previous | Next