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. deriveEnum :: Name -> Q [Dec]

    deriving-compat Data.Enum.Deriving

    Generates an Enum instance declaration for the given data type or data family instance.

  2. deriveEnum :: Name -> Q [Dec]

    deriving-compat Data.Enum.Deriving.Internal

    Generates an Enum instance declaration for the given data type or data family instance.

  3. deriveEq :: Name -> Q [Dec]

    deriving-compat Data.Eq.Deriving

    Generates an Eq instance declaration for the given data type or data family instance.

  4. deriveEq1 :: Name -> Q [Dec]

    deriving-compat Data.Eq.Deriving

    Generates an Eq1 instance declaration for the given data type or data family instance.

  5. deriveEq2 :: Name -> Q [Dec]

    deriving-compat Data.Eq.Deriving

    Generates an Eq2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.

  6. deriveEq :: Name -> Q [Dec]

    deriving-compat Data.Eq.Deriving.Internal

    Generates an Eq instance declaration for the given data type or data family instance.

  7. deriveEq1 :: Name -> Q [Dec]

    deriving-compat Data.Eq.Deriving.Internal

    Generates an Eq1 instance declaration for the given data type or data family instance.

  8. deriveEq2 :: Name -> Q [Dec]

    deriving-compat Data.Eq.Deriving.Internal

    Generates an Eq2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.

  9. deriveFoldable :: Name -> Q [Dec]

    deriving-compat Data.Foldable.Deriving

    Generates a Foldable instance declaration for the given data type or data family instance.

  10. deriveFoldableOptions :: FFTOptions -> Name -> Q [Dec]

    deriving-compat Data.Foldable.Deriving

    Like deriveFoldable, but takes an FFTOptions argument.

Page 11 of many | Previous | Next