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.
deriveRead2 :: Name -> Q [Dec]deriving-compat Text.Read.Deriving.Internal 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.Internal 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.Internal Like deriveRead, but takes a ReadOptions argument.
-
deriving-compat Text.Show.Deriving Generates a Show instance declaration for the given data type or data family instance.
deriveShow1 :: Name -> Q [Dec]deriving-compat Text.Show.Deriving Generates a Show1 instance declaration for the given data type or data family instance.
deriveShow1Options :: ShowOptions -> Name -> Q [Dec]deriving-compat Text.Show.Deriving Like deriveShow1, but takes a ShowOptions argument.
deriveShow2 :: Name -> Q [Dec]deriving-compat Text.Show.Deriving Generates a Show2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.
deriveShow2Options :: ShowOptions -> Name -> Q [Dec]deriving-compat Text.Show.Deriving Like deriveShow2, but takes a ShowOptions argument. This function is not available with transformers-0.4.
deriveShowOptions :: ShowOptions -> Name -> Q [Dec]deriving-compat Text.Show.Deriving Like deriveShow, but takes a ShowOptions argument.
-
deriving-compat Text.Show.Deriving.Internal Generates a Show instance declaration for the given data type or data family instance.