Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
genericShowbPrec :: (Generic a, GTextShowB (Rep a ())) => Int -> a -> Buildertext-show TextShow.Generic -
text-show TextShow.Generic genericShowt :: (Generic a, GTextShowT (Rep a ())) => a -> Texttext-show TextShow.Generic genericShowtList :: (Generic a, GTextShowT (Rep a ())) => [a] -> Texttext-show TextShow.Generic genericShowtPrec :: (Generic a, GTextShowT (Rep a ())) => Int -> a -> Texttext-show TextShow.Generic A Generic implementation of showPrect. Since: 2
genericShowtl :: (Generic a, GTextShowTL (Rep a ())) => a -> Texttext-show TextShow.Generic 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