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. module GHC.Parser.Errors.Ppr

    No documentation available.

  2. PEIP_NegApp :: PsErrInPatDetails

    ghc GHC.Parser.Errors.Types

    Negative application pattern?

  3. PEIP_OtherPatDetails :: ParseContext -> PsErrInPatDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

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

    ghc GHC.Parser.Errors.Types

    No documentation available.

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

    ghc GHC.Parser.Errors.Types

    The list of type arguments for the pattern

  6. PEP_QuoteDisambiguation :: PsErrPunDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  7. PEP_SumSyntaxType :: PsErrPunDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  8. PEP_TupleSyntaxType :: PsErrPunDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  9. data ParseContext

    ghc GHC.Parser.Errors.Types

    Extra information for the expression GHC is currently inspecting/parsing. It can be used to generate more informative parser diagnostics and hints.

  10. ParseContext :: !Maybe RdrName -> PatIncompleteDoBlock -> ParseContext

    ghc GHC.Parser.Errors.Types

    No documentation available.

Page 136 of many | Previous | Next