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.
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.
DerivErrBootFileFound :: DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
DerivErrCannotEtaReduceEnough :: Bool -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
DerivErrDataConsNotAllInScope :: TyCon -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
DerivErrDerivingViaWrongKind :: Kind -> Type -> Kind -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
DerivErrDunnoHowToDeriveForType :: Type -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types GHC simply doesn't how to how derive the input Class for the given Type.
-
ghc-lib-parser GHC.Tc.Errors.Types We couldn't derive an instance either because the type was not an enum type or because it did have more than one constructor.
DerivErrGNDUsedOnData :: DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types We cannot use GND on non-newtype types
DerivErrGenerics :: [DeriveGenericsErrReason] -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types We couldn't derive a Generic instance for the given type for a variety of reasons