• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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

    ghc GHC.Parser.Errors.Types

    Unexpected case command in function application

  2. PsErrCaseInFunAppExpr :: !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected case expression in function application

  3. PsErrCaseInPat :: PsMessage

    ghc GHC.Parser.Errors.Types

    case..of in pattern

  4. PsErrCmmLexer :: PsMessage

    ghc GHC.Parser.Errors.Types

    Cmm lexer error

  5. PsErrCmmParser :: CmmParserError -> PsMessage

    ghc GHC.Parser.Errors.Types

    Cmm parser error

  6. PsErrDeclSpliceNotAtTopLevel :: !SpliceDecl GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Declaration splice not a top-level

  7. PsErrDoCmdInFunAppCmd :: !LHsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected do command in function application

  8. PsErrDoInFunAppExpr :: !Maybe ModuleName -> !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected do block in function application

  9. PsErrDoNotationInPat :: PsMessage

    ghc GHC.Parser.Errors.Types

    Do-notation in pattern

  10. PsErrDotsInRecordUpdate :: PsMessage

    ghc GHC.Parser.Errors.Types

    Dots used in record update

Page 138 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete