Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
genericShowtlList :: (Generic a, GTextShowTL (Rep a ())) => [a] -> Texttext-show TextShow.Generic A Generic implementation of showtlList. Since: 2
genericShowtlPrec :: (Generic a, GTextShowTL (Rep a ())) => Int -> a -> Texttext-show TextShow.Generic A Generic implementation of showtlPrec. Since: 2
deriveTextShow :: Name -> Q [Dec]text-show TextShow.TH Generates a TextShow instance declaration for the given data type or data family instance. Since: 2
deriveTextShow1 :: Name -> Q [Dec]text-show TextShow.TH Generates a TextShow1 instance declaration for the given data type or data family instance. Since: 2
deriveTextShow1Options :: Options -> Name -> Q [Dec]text-show TextShow.TH Like deriveTextShow1, but takes an Options argument. Since: 3.4
deriveTextShow2 :: Name -> Q [Dec]text-show TextShow.TH Generates a TextShow2 instance declaration for the given data type or data family instance. Since: 2
deriveTextShow2Options :: Options -> Name -> Q [Dec]text-show TextShow.TH Like deriveTextShow2, but takes an Options argument. Since: 3.4
deriveTextShowOptions :: Options -> Name -> Q [Dec]text-show TextShow.TH Like deriveTextShow, but takes an Options argument. Since: 3.4
makeLiftShowbPrec :: Name -> Q Exptext-show TextShow.TH Generates a lambda expression which behaves like liftShowbPrec (without requiring a TextShow1 instance). Since: 3
makeLiftShowbPrec2 :: Name -> Q Exptext-show TextShow.TH Generates a lambda expression which behaves like liftShowbPrec2 (without requiring a TextShow2 instance). Since: 3