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. PsErrOpFewArgs :: StarIsType -> RdrName -> PsMessage

    ghc GHC.Parser.Errors.Types

    Operator applied to too few arguments

  2. PsErrOverloadedRecordDotInvalid :: PsMessage

    ghc GHC.Parser.Errors.Types

    Invalid use of record dot syntax .

  3. PsErrOverloadedRecordUpdateNoQualifiedFields :: PsMessage

    ghc GHC.Parser.Errors.Types

    Can't use qualified fields when OverloadedRecordUpdate is enabled.

  4. PsErrOverloadedRecordUpdateNotEnabled :: PsMessage

    ghc GHC.Parser.Errors.Types

    OverloadedRecordUpdate is not enabled.

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

    ghc GHC.Parser.Errors.Types

    Parse errors

  6. data PsErrParseDetails

    ghc GHC.Parser.Errors.Types

    Extra details about a parse error, which helps us in determining which should be the hints to suggest.

  7. PsErrParseDetails :: Bool -> Bool -> Bool -> Bool -> Bool -> PsErrParseDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  8. PsErrParseErrorInCmd :: SDoc -> PsMessage

    ghc GHC.Parser.Errors.Types

    Parse error in command TODO: distinguish errors without using SDoc

  9. PsErrParseErrorOnInput :: OccName -> PsMessage

    ghc GHC.Parser.Errors.Types

    Parse error on input

  10. PsErrParseLanguagePragma :: PsHeaderMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

Page 145 of many | Previous | Next