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.
deriveTraversableOptions :: FFTOptions -> Name -> Q [Dec]deriving-compat Data.Functor.Deriving.Internal Like deriveTraverse, but takes an FFTOptions argument.
-
deriving-compat Data.Ix.Deriving Generates a Ix instance declaration for the given data type or data family instance.
-
deriving-compat Data.Ix.Deriving.Internal Generates a Ix instance declaration for the given data type or data family instance.
-
deriving-compat Data.Ord.Deriving Generates an Ord instance declaration for the given data type or data family instance.
-
deriving-compat Data.Ord.Deriving Generates an Ord1 instance declaration for the given data type or data family instance.
-
deriving-compat Data.Ord.Deriving Generates an Ord2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.
-
deriving-compat Data.Ord.Deriving.Internal Generates an Ord instance declaration for the given data type or data family instance.
-
deriving-compat Data.Ord.Deriving.Internal Generates an Ord1 instance declaration for the given data type or data family instance.
-
deriving-compat Data.Ord.Deriving.Internal Generates an Ord2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.
deriveTraversable :: Name -> Q [Dec]deriving-compat Data.Traversable.Deriving Generates a Traversable instance declaration for the given data type or data family instance.