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.
DerivErrGenericsMustHaveSomeTypeParams :: TyCon -> DeriveGenericsErrReasonghc GHC.Tc.Errors.Types The type must have some type parameters. check (d) from Note [Requirements for deriving Generic and Rep] in GHC.Tc.Deriv.Generics.
DerivErrGenericsMustNotHaveDatatypeContext :: TyCon -> DeriveGenericsErrReasonghc GHC.Tc.Errors.Types The type must not have some datatype context.
DerivErrGenericsMustNotHaveExistentials :: DataCon -> DeriveGenericsErrReasonghc GHC.Tc.Errors.Types The data constructor must not have existential arguments.
DerivErrGenericsMustNotHaveExoticArgs :: DataCon -> DeriveGenericsErrReasonghc GHC.Tc.Errors.Types The data constructor must not have exotic unlifted or polymorphic arguments.
DerivErrGenericsWrongArgKind :: DataCon -> DeriveGenericsErrReasonghc GHC.Tc.Errors.Types The derivation applies a type to an argument involving the last parameter but the applied type is not of kind * -> *.
-
ghc GHC.Tc.Errors.Types No documentation available.
DerivErrLangExtRequired :: Extension -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types No documentation available.
DerivErrLastArgMustBeApp :: DeriveInstanceErrReasonghc GHC.Tc.Errors.Types Last arg must be newtype or data application
DerivErrMustBeEnumType :: TyCon -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types The given TyCon must be an enumeration. See Note [Enumeration types] in GHC.Core.TyCon
DerivErrMustHaveExactlyOneConstructor :: TyCon -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types The given TyCon must have precisely one constructor.