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.
-
deriving-compat Data.Enum.Deriving Generates an Enum instance declaration for the given data type or data family instance.
-
deriving-compat Data.Enum.Deriving.Internal Generates an Enum instance declaration for the given data type or data family instance.
-
deriving-compat Data.Eq.Deriving Generates an Eq instance declaration for the given data type or data family instance.
-
deriving-compat Data.Eq.Deriving Generates an Eq1 instance declaration for the given data type or data family instance.
-
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.
-
deriving-compat Data.Eq.Deriving.Internal Generates an Eq instance declaration for the given data type or data family instance.
-
deriving-compat Data.Eq.Deriving.Internal Generates an Eq1 instance declaration for the given data type or data family instance.
-
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.
deriveFoldable :: Name -> Q [Dec]deriving-compat Data.Foldable.Deriving Generates a Foldable instance declaration for the given data type or data family instance.
deriveFoldableOptions :: FFTOptions -> Name -> Q [Dec]deriving-compat Data.Foldable.Deriving Like deriveFoldable, but takes an FFTOptions argument.