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.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.
deriveTraversableOptions :: FFTOptions -> Name -> Q [Dec]deriving-compat Data.Traversable.Deriving Like deriveTraverse, but takes an FFTOptions argument.
-
deriving-compat Text.Read.Deriving Generates a Read instance declaration for the given data type or data family instance.
deriveRead1 :: Name -> Q [Dec]deriving-compat Text.Read.Deriving Generates a Read1 instance declaration for the given data type or data family instance.