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.
DeriveTraversable :: Extensionghc-lib-parser GHC.LanguageExtensions.Type No documentation available.
DerivErrBadConCovariant :: DataCon -> DeriveInstanceBadConstructorghc-lib-parser GHC.Tc.Errors.Types The given DataCon must not use the type variable in a function argument"
DerivErrBadConExistential :: DataCon -> DeriveInstanceBadConstructorghc-lib-parser GHC.Tc.Errors.Types The given DataCon must be truly polymorphic in the last argument of the data type.
DerivErrBadConFunTypes :: DataCon -> DeriveInstanceBadConstructorghc-lib-parser GHC.Tc.Errors.Types The given DataCon must not contain function types
DerivErrBadConHasConstraints :: DataCon -> DeriveInstanceBadConstructorghc-lib-parser GHC.Tc.Errors.Types The given DataCon has constraints in its type.
DerivErrBadConHasExistentials :: DataCon -> DeriveInstanceBadConstructorghc-lib-parser GHC.Tc.Errors.Types The given DataCon has existentials type vars in its type.
DerivErrBadConHasHigherRankType :: DataCon -> DeriveInstanceBadConstructorghc-lib-parser GHC.Tc.Errors.Types The given DataCon has a higher-rank type.
DerivErrBadConIsGADT :: DataCon -> DeriveInstanceBadConstructorghc-lib-parser GHC.Tc.Errors.Types The given DataCon is a GADT so we cannot directly derive an istance for it.
DerivErrBadConWrongArg :: DataCon -> DeriveInstanceBadConstructorghc-lib-parser GHC.Tc.Errors.Types The given DataCon must use the type variable only as the last argument of a data type
-
ghc-lib-parser GHC.Tc.Errors.Types We couldn't derive an instance for a particular data constructor for a variety of reasons.