Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
DerivErrNewtypeNonDeriveableClass :: DeriveInstanceErrReasonghc GHC.Tc.Errors.Types No documentation available.
DerivErrNoConstructors :: TyCon -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types The given (representation of the) TyCon has no data constructors.
DerivErrNoEtaReduce :: Type -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types The instance type | We cannot derive instances in boot files
DerivErrNoFamilyInstance :: TyCon -> [Type] -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types No documentation available.
DerivErrNotAClass :: PredType -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types The given PredType is not a class.
DerivErrNotDeriveable :: DeriveAnyClassEnabled -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types No documentation available.
DerivErrNotStockDeriveable :: DeriveAnyClassEnabled -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types No documentation available.
DerivErrNotWellKinded :: TyCon -> Kind -> Int -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types The typeclass instance is not well-kinded.
DerivErrNullaryClasses :: DeriveInstanceErrReasonghc GHC.Tc.Errors.Types We cannot derive instances of nullary classes
DerivErrOnlyAnyClassDeriveable :: TyCon -> DeriveAnyClassEnabled -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types No documentation available.