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. data PatIncompleteDoBlock

    ghc GHC.Parser.Errors.Types

    No documentation available.

  2. data PatIsRecursive

    ghc GHC.Parser.Errors.Types

    Is the parsed pattern recursive?

  3. PsErrArrowCmdInExpr :: !HsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Arrow command-syntax in expression

  4. PsErrArrowCmdInPat :: !HsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Arrow command-syntax in pattern

  5. PsErrArrowExprInPat :: !HsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Arrow expression-syntax in pattern

  6. PsErrAtInPatPos :: PsMessage

    ghc GHC.Parser.Errors.Types

    @-operator in a pattern position

  7. PsErrBangPatWithoutSpace :: !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Bang-pattern (!) without space after it

  8. PsErrCaseCmdInFunAppCmd :: !LHsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected case command in function application

  9. PsErrCaseInFunAppExpr :: !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected case expression in function application

  10. PsErrCaseInPat :: PsMessage

    ghc GHC.Parser.Errors.Types

    case..of in pattern

Page 137 of many | Previous | Next