Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. DerivErrGenericsWrongArgKind :: DataCon -> DeriveGenericsErrReason

    ghc GHC.Tc.Errors.Types

    The derivation applies a type to an argument involving the last parameter but the applied type is not of kind * -> *.

  2. DerivErrHasAssociatedDatatypes :: HasAssociatedDataFamInsts -> AssociatedTyLastVarInKind -> AssociatedTyNotParamOverLastTyVar -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  3. DerivErrLangExtRequired :: Extension -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  4. DerivErrLastArgMustBeApp :: DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    Last arg must be newtype or data application

  5. DerivErrMustBeEnumType :: TyCon -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    The given TyCon must be an enumeration. See Note [Enumeration types] in GHC.Core.TyCon

  6. DerivErrMustHaveExactlyOneConstructor :: TyCon -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    The given TyCon must have precisely one constructor.

  7. DerivErrMustHaveSomeParameters :: TyCon -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    The given data type must have some parameters.

  8. DerivErrMustNotHaveClassContext :: TyCon -> ThetaType -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    The given data type must not have a class context.

  9. DerivErrNewtypeNonDeriveableClass :: DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  10. DerivErrNoConstructors :: TyCon -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    The given (representation of the) TyCon has no data constructors.

Page 67 of many | Previous | Next