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.

  1. DerivErrGenericsMustBeVanillaDataCon :: DataCon -> DeriveGenericsErrReason

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

    The data constructor must be a vanilla constructor.

  2. DerivErrGenericsMustHaveSomeTypeParams :: TyCon -> DeriveGenericsErrReason

    ghc-lib-parser 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.

  3. DerivErrGenericsMustNotHaveDatatypeContext :: TyCon -> DeriveGenericsErrReason

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

    The type must not have some datatype context.

  4. DerivErrGenericsMustNotHaveExistentials :: DataCon -> DeriveGenericsErrReason

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

    The data constructor must not have existential arguments.

  5. DerivErrGenericsMustNotHaveExoticArgs :: DataCon -> DeriveGenericsErrReason

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

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

  6. 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 * -> *.

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

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

    No documentation available.

  8. DerivErrLangExtRequired :: Extension -> DeriveInstanceErrReason

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

    No documentation available.

  9. DerivErrLastArgMustBeApp :: DeriveInstanceErrReason

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

    Last arg must be newtype or data application

  10. 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

Page 76 of many | Previous | Next