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.
PsErrNumUnderscores :: NumUnderscoreReason -> PsMessageghc-lib-parser GHC.Parser.Errors.Types Underscores in literals without the extension enabled
PsErrOpFewArgs :: StarIsType -> RdrName -> PsMessageghc-lib-parser GHC.Parser.Errors.Types Operator applied to too few arguments
PsErrOrPatInExpr :: !LPat GhcPs -> PsMessageghc-lib-parser GHC.Parser.Errors.Types Or-pattern in expression
PsErrOverloadedRecordDotInvalid :: PsMessageghc-lib-parser GHC.Parser.Errors.Types Invalid use of record dot syntax .
PsErrOverloadedRecordUpdateNoQualifiedFields :: PsMessageghc-lib-parser GHC.Parser.Errors.Types Can't use qualified fields when OverloadedRecordUpdate is enabled.
PsErrOverloadedRecordUpdateNotEnabled :: PsMessageghc-lib-parser GHC.Parser.Errors.Types OverloadedRecordUpdate is not enabled.
PsErrParse :: String -> PsErrParseDetails -> PsMessageghc-lib-parser GHC.Parser.Errors.Types Parse errors
-
ghc-lib-parser GHC.Parser.Errors.Types Extra details about a parse error, which helps us in determining which should be the hints to suggest.
PsErrParseDetails :: Bool -> Bool -> Bool -> Bool -> Bool -> PsErrParseDetailsghc-lib-parser GHC.Parser.Errors.Types No documentation available.
PsErrParseErrorInCmd :: SDoc -> PsMessageghc-lib-parser GHC.Parser.Errors.Types Parse error in command TODO: distinguish errors without using SDoc