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. PETS_Multiplicity :: !EpToken "%" -> !LocatedA (PatBuilder GhcPs) -> PsErrTypeSyntaxDetails

    ghc-lib-parser GHC.Parser.Errors.Types

    No documentation available.

  2. data ParseContext

    ghc-lib-parser 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.

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

    ghc-lib-parser GHC.Parser.Errors.Types

    No documentation available.

  4. data PatIncompleteDoBlock

    ghc-lib-parser GHC.Parser.Errors.Types

    No documentation available.

  5. data PatIsRecursive

    ghc-lib-parser GHC.Parser.Errors.Types

    Is the parsed pattern recursive?

  6. PsErrArrowCmdInExpr :: !HsCmd GhcPs -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Arrow command-syntax in expression

  7. PsErrArrowCmdInPat :: !HsCmd GhcPs -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Arrow command-syntax in pattern

  8. PsErrArrowExprInPat :: !HsExpr GhcPs -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Arrow expression-syntax in pattern

  9. PsErrAtInPatPos :: PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    @-operator in a pattern position

  10. PsErrBangPatWithoutSpace :: !LHsExpr GhcPs -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Bang-pattern (!) without space after it

Page 534 of many | Previous | Next