Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. DeriveGeneric :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  2. DeriveLift :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  3. DeriveTraversable :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  4. DerivErrBadConCovariant :: DataCon -> DeriveInstanceBadConstructor

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

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

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

  6. DerivErrBadConFunTypes :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon must not contain function types

  7. DerivErrBadConHasConstraints :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon has constraints in its type.

  8. DerivErrBadConHasExistentials :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon has existentials type vars in its type.

  9. DerivErrBadConHasHigherRankType :: DataCon -> DeriveInstanceBadConstructor

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

    The given DataCon has a higher-rank type.

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

Page 74 of many | Previous | Next