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. PsErrNumUnderscores :: NumUnderscoreReason -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Underscores in literals without the extension enabled

  2. PsErrOpFewArgs :: StarIsType -> RdrName -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Operator applied to too few arguments

  3. PsErrOrPatInExpr :: !LPat GhcPs -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Or-pattern in expression

  4. PsErrOverloadedRecordDotInvalid :: PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Invalid use of record dot syntax .

  5. PsErrOverloadedRecordUpdateNoQualifiedFields :: PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Can't use qualified fields when OverloadedRecordUpdate is enabled.

  6. PsErrOverloadedRecordUpdateNotEnabled :: PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    OverloadedRecordUpdate is not enabled.

  7. PsErrParse :: String -> PsErrParseDetails -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Parse errors

  8. data PsErrParseDetails

    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.

  9. PsErrParseDetails :: Bool -> Bool -> Bool -> Bool -> Bool -> PsErrParseDetails

    ghc-lib-parser GHC.Parser.Errors.Types

    No documentation available.

  10. PsErrParseErrorInCmd :: SDoc -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Parse error in command TODO: distinguish errors without using SDoc

Page 542 of many | Previous | Next