Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. DeriveTraversable :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  2. DerivErrBadConCovariant :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon must not use the type variable in a function argument"

  3. DerivErrBadConExistential :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon must be truly polymorphic in the last argument of the data type.

  4. DerivErrBadConFunTypes :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon must not contain function types

  5. DerivErrBadConHasConstraints :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon has constraints in its type.

  6. DerivErrBadConHasExistentials :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon has existentials type vars in its type.

  7. DerivErrBadConHasHigherRankType :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon has a higher-rank type.

  8. DerivErrBadConIsGADT :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon is a GADT so we cannot directly derive an istance for it.

  9. DerivErrBadConWrongArg :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon must use the type variable only as the last argument of a data type

  10. DerivErrBadConstructor :: !Maybe HasWildcard -> [DeriveInstanceBadConstructor] -> DeriveInstanceErrReason

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

    We couldn't derive an instance for a particular data constructor for a variety of reasons.

Page 74 of many | Previous | Next