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.
DerivErrMustHaveExactlyOneConstructor :: TyCon -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types The given TyCon must have precisely one constructor.
DerivErrMustHaveSomeParameters :: TyCon -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types The given data type must have some parameters.
DerivErrMustNotHaveClassContext :: TyCon -> ThetaType -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types The given data type must not have a class context.
DerivErrNewtypeNonDeriveableClass :: DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
DerivErrNoConstructors :: TyCon -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types The given (representation of the) TyCon has no data constructors.
DerivErrNoEtaReduce :: Type -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types The instance type | We cannot derive instances in boot files
DerivErrNoFamilyInstance :: TyCon -> [Type] -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
DerivErrNotAClass :: PredType -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types The given PredType is not a class.
DerivErrNotDeriveable :: DeriveAnyClassEnabled -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
DerivErrNotStockDeriveable :: DeriveAnyClassEnabled -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.