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.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.
deriveRead1Options :: ReadOptions -> Name -> Q [Dec]deriving-compat Text.Read.Deriving Like deriveRead1, but takes a ReadOptions argument.
deriveRead2 :: Name -> Q [Dec]deriving-compat Text.Read.Deriving Generates a Read2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.
deriveRead2Options :: ReadOptions -> Name -> Q [Dec]deriving-compat Text.Read.Deriving Like deriveRead2, but takes a ReadOptions argument. This function is not available with transformers-0.4.
deriveReadOptions :: ReadOptions -> Name -> Q [Dec]deriving-compat Text.Read.Deriving Like deriveRead, but takes a ReadOptions argument.
-
deriving-compat Text.Read.Deriving.Internal Generates a Read instance declaration for the given data type or data family instance.
deriveRead1 :: Name -> Q [Dec]deriving-compat Text.Read.Deriving.Internal Generates a Read1 instance declaration for the given data type or data family instance.
deriveRead1Options :: ReadOptions -> Name -> Q [Dec]deriving-compat Text.Read.Deriving.Internal Like deriveRead1, but takes a ReadOptions argument.