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. PsErrLambdaCmdInFunAppCmd :: HsLamVariant -> !LHsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected lambda or case(s) command in function application

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

    ghc GHC.Parser.Errors.Types

    Unexpected lambda or case(s) expression in function application

  3. PsErrLambdaInPat :: HsLamVariant -> PsMessage

    ghc GHC.Parser.Errors.Types

    Lambda or Lambda-case in pattern

  4. PsErrLazyPatWithoutSpace :: !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Lazy-pattern (~) without space after it

  5. PsErrLetCmdInFunAppCmd :: !LHsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected let command in function application

  6. PsErrLetInFunAppExpr :: !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected let expression in function application

  7. PsErrLetInPat :: PsMessage

    ghc GHC.Parser.Errors.Types

    let-syntax in pattern

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

    ghc GHC.Parser.Errors.Types

    Lexer error

  9. PsErrLinearFunction :: PsMessage

    ghc GHC.Parser.Errors.Types

    Linear function found but LinearTypes not enabled

  10. PsErrMDoInFunAppExpr :: !Maybe ModuleName -> !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected mdo block in function application

Page 143 of many | Previous | Next