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

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

    Unexpected qualified constructor

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

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

    Unexpected type in declaration

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

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

    No documentation available.

  4. PsErrUnknownOptionsPragma :: String -> PsHeaderMessage

    ghc-lib-parser 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

  5. PsErrUnpackDataCon :: PsMessage

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

    UNPACK applied to a data constructor

  6. PsErrUnsupportedBoxedSumExpr :: !SumOrTuple (HsExpr GhcPs) -> PsMessage

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

    Unsupported boxed sum in expression

  7. PsErrUnsupportedBoxedSumPat :: !SumOrTuple (PatBuilder GhcPs) -> PsMessage

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

    Unsupported boxed sum in pattern

  8. PsErrUnsupportedExt :: String -> [String] -> PsHeaderMessage

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

    No documentation available.

  9. PsErrVarForTyCon :: RdrName -> PsMessage

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

    Expecting a type constructor but found a variable

  10. type PsError = PsMessage

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

    No documentation available.

Page 545 of many | Previous | Next