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. PEP_TupleSyntaxType :: PsErrPunDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  2. 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.

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

    ghc GHC.Parser.Errors.Types

    No documentation available.

  4. data PatIncompleteDoBlock

    ghc GHC.Parser.Errors.Types

    No documentation available.

  5. data PatIsRecursive

    ghc GHC.Parser.Errors.Types

    Is the parsed pattern recursive?

  6. PsErrArrowCmdInExpr :: !HsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Arrow command-syntax in expression

  7. PsErrArrowCmdInPat :: !HsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Arrow command-syntax in pattern

  8. PsErrArrowExprInPat :: !HsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Arrow expression-syntax in pattern

  9. PsErrAtInPatPos :: PsMessage

    ghc GHC.Parser.Errors.Types

    @-operator in a pattern position

  10. PsErrBangPatWithoutSpace :: !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Bang-pattern (!) without space after it

Page 137 of many | Previous | Next