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.

  1. DerivErrGenericsMustNotHaveExoticArgs :: DataCon -> DeriveGenericsErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    The data constructor must not have exotic unlifted or polymorphic arguments.

  2. DerivErrGenericsWrongArgKind :: DataCon -> DeriveGenericsErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

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

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

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  4. DerivErrLangExtRequired :: Extension -> DeriveInstanceErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  5. DerivErrLastArgMustBeApp :: DeriveInstanceErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    Last arg must be newtype or data application

  6. DerivErrMustBeEnumType :: TyCon -> DeriveInstanceErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

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

  7. DerivErrMustHaveExactlyOneConstructor :: TyCon -> DeriveInstanceErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    The given TyCon must have precisely one constructor.

  8. DerivErrMustHaveSomeParameters :: TyCon -> DeriveInstanceErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    The given data type must have some parameters.

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

    ghc-lib-parser GHC.Tc.Errors.Types

    The given data type must not have a class context.

  10. DerivErrNewtypeNonDeriveableClass :: DeriveInstanceErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

Page 77 of many | Previous | Next