Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PsErrInvalidWhereBindInPatSynDecl :: RdrName -> !HsDecl GhcPs -> PsMessage

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

    Invalid binding name in 'where' clause of pattern-synonym declaration

  2. PsErrLambdaCase :: PsMessage

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

    LambdaCase syntax used without the extension enabled

  3. PsErrLambdaCmdInFunAppCmd :: HsLamVariant -> !LHsCmd GhcPs -> PsMessage

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

    Unexpected lambda or case(s) command in function application

  4. PsErrLambdaInFunAppExpr :: HsLamVariant -> !LHsExpr GhcPs -> PsMessage

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

    Unexpected lambda or case(s) expression in function application

  5. PsErrLambdaInPat :: HsLamVariant -> PsMessage

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

    Lambda or Lambda-case in pattern

  6. PsErrLazyPatWithoutSpace :: !LHsExpr GhcPs -> PsMessage

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

    Lazy-pattern (~) without space after it

  7. PsErrLetCmdInFunAppCmd :: !LHsCmd GhcPs -> PsMessage

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

    Unexpected let command in function application

  8. PsErrLetInFunAppExpr :: !LHsExpr GhcPs -> PsMessage

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

    Unexpected let expression in function application

  9. PsErrLetInPat :: PsMessage

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

    let-syntax in pattern

  10. PsErrLexer :: LexErr -> LexErrKind -> PsMessage

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

    Lexer error

Page 542 of many | Previous | Next