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. PsErrSpaceInSCC :: PsMessage

    ghc GHC.Parser.Errors.Types

    Found a space in a SCC

  2. PsErrSuffixAT :: PsMessage

    ghc GHC.Parser.Errors.Types

    Suffix occurrence of @

  3. PsErrTupleSectionInPat :: PsMessage

    ghc GHC.Parser.Errors.Types

    Tuple section in pattern context

  4. PsErrTypeAppWithoutSpace :: RdrName -> !LHsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Type-application without space before @

  5. PsErrUnallowedPragma :: !HsPragE GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Pragma not allowed in this position

  6. PsErrUnexpectedKindAppInDataCon :: DataConBuilder -> !HsType GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected kind application in data/newtype declaration

  7. PsErrUnexpectedQualifiedConstructor :: RdrName -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected qualified constructor

  8. PsErrUnexpectedTypeInDecl :: !LHsType GhcPs -> SDoc -> RdrName -> [LHsTypeArg GhcPs] -> SDoc -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unexpected type in declaration

  9. PsErrUnicodeCharLooksLike :: Char -> Char -> String -> PsMessage

    ghc GHC.Parser.Errors.Types

    No documentation available.

  10. PsErrUnknownOptionsPragma :: String -> PsHeaderMessage

    ghc GHC.Parser.Errors.Types

    PsErrUnsupportedOptionsPragma is an error that occurs when an unknown OPTIONS_GHC pragma is supplied is found. Example(s): {-# OPTIONS_GHC foo #-} Test case(s): testssafeHaskellflags/SafeFlags28 testssafeHaskellflags/SafeFlags19 testssafeHaskellflags/SafeFlags29 testsparsershould_fail/T19923c testsparsershould_fail/T19923b testsparsershould_fail/readFail044 testsdriverT2499

Page 147 of many | Previous | Next