Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. PsErrOverloadedRecordUpdateNotEnabled :: PsMessage

    ghc GHC.Parser.Errors.Types

    OverloadedRecordUpdate is not enabled.

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

    ghc GHC.Parser.Errors.Types

    Parse errors

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

  4. PsErrParseDetails :: Bool -> Bool -> Bool -> Bool -> Bool -> PsErrParseDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  5. PsErrParseErrorInCmd :: SDoc -> PsMessage

    ghc GHC.Parser.Errors.Types

    Parse error in command TODO: distinguish errors without using SDoc

  6. PsErrParseErrorOnInput :: OccName -> PsMessage

    ghc GHC.Parser.Errors.Types

    Parse error on input

  7. PsErrParseLanguagePragma :: PsHeaderMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  8. PsErrParseOptionsPragma :: String -> PsHeaderMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  9. PsErrParseRightOpSectionInPat :: RdrName -> !PatBuilder GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Parse error in right operator section pattern TODO: embed the proper operator, if possible

  10. PsErrPrecedenceOutOfRange :: Int -> PsMessage

    ghc GHC.Parser.Errors.Types

    Precedence out of range

Page 145 of many | Previous | Next