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.
-
ghc GHC.Parser.Errors.Types Found a space in a SCC
-
ghc GHC.Parser.Errors.Types Suffix occurrence of @
PsErrTupleSectionInPat :: PsMessageghc GHC.Parser.Errors.Types Tuple section in pattern context
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