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.
-
ghc GHC.Parser.Errors.Types No documentation available.
-
ghc GHC.Parser.Errors.Types Is the parsed pattern recursive?
PsErrArrowCmdInExpr :: !HsCmd GhcPs -> PsMessageghc GHC.Parser.Errors.Types Arrow command-syntax in expression
PsErrArrowCmdInPat :: !HsCmd GhcPs -> PsMessageghc GHC.Parser.Errors.Types Arrow command-syntax in pattern
PsErrArrowExprInPat :: !HsExpr GhcPs -> PsMessageghc GHC.Parser.Errors.Types Arrow expression-syntax in pattern
-
ghc GHC.Parser.Errors.Types @-operator in a pattern position
PsErrBangPatWithoutSpace :: !LHsExpr GhcPs -> PsMessageghc GHC.Parser.Errors.Types Bang-pattern (!) without space after it
PsErrCaseCmdInFunAppCmd :: !LHsCmd GhcPs -> PsMessageghc GHC.Parser.Errors.Types Unexpected case command in function application
PsErrCaseInFunAppExpr :: !LHsExpr GhcPs -> PsMessageghc GHC.Parser.Errors.Types Unexpected case expression in function application
-
ghc GHC.Parser.Errors.Types case..of in pattern