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.
PsErrTypeAppWithoutSpace :: RdrName -> !LHsExpr GhcPs -> PsMessageghc GHC.Parser.Errors.Types Type-application without space before @
PsErrUnallowedPragma :: !HsPragE GhcPs -> PsMessageghc GHC.Parser.Errors.Types Pragma not allowed in this position
PsErrUnexpectedKindAppInDataCon :: DataConBuilder -> !HsType GhcPs -> PsMessageghc GHC.Parser.Errors.Types Unexpected kind application in data/newtype declaration
PsErrUnexpectedQualifiedConstructor :: RdrName -> PsMessageghc GHC.Parser.Errors.Types Unexpected qualified constructor
-
ghc GHC.Parser.Errors.Types Unexpected type in declaration
PsErrUnicodeCharLooksLike :: Char -> Char -> String -> PsMessageghc GHC.Parser.Errors.Types No documentation available.
PsErrUnknownOptionsPragma :: String -> PsHeaderMessageghc GHC.Parser.Errors.Types PsErrUnsupportedOptionsPragma is an error that occurs when an unknown OPTIONS_GHC pragma is supplied is found. Example(s): {-# OPTIONS_GHC foo #-} Test case(s): testssafeHaskellflags/SafeFlags28 testssafeHaskellflags/SafeFlags19 testssafeHaskellflags/SafeFlags29 testsparsershould_fail/T19923c testsparsershould_fail/T19923b testsparsershould_fail/readFail044 testsdriverT2499
PsErrUnpackDataCon :: PsMessageghc GHC.Parser.Errors.Types UNPACK applied to a data constructor
PsErrUnsupportedBoxedSumExpr :: !SumOrTuple (HsExpr GhcPs) -> PsMessageghc GHC.Parser.Errors.Types Unsupported boxed sum in expression
PsErrUnsupportedBoxedSumPat :: !SumOrTuple (PatBuilder GhcPs) -> PsMessageghc GHC.Parser.Errors.Types Unsupported boxed sum in pattern