Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PsErrNotADataCon :: RdrName -> PsMessage

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

    Not a data constructor

  2. PsErrNumUnderscores :: NumUnderscoreReason -> PsMessage

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

    Underscores in literals without the extension enabled

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

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

    Operator applied to too few arguments

  4. PsErrOrPatInExpr :: !LPat GhcPs -> PsMessage

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

    Or-pattern in expression

  5. PsErrOverloadedRecordDotInvalid :: PsMessage

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

    Invalid use of record dot syntax .

  6. PsErrOverloadedRecordUpdateNoQualifiedFields :: PsMessage

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

    Can't use qualified fields when OverloadedRecordUpdate is enabled.

  7. PsErrOverloadedRecordUpdateNotEnabled :: PsMessage

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

    OverloadedRecordUpdate is not enabled.

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

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

    Parse errors

  9. 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.

  10. PsErrParseDetails :: Bool -> Bool -> Bool -> Bool -> Bool -> PsErrParseDetails

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

    No documentation available.

Page 544 of many | Previous | Next