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.

  1. genericShowbPrec :: (Generic a, GTextShowB (Rep a ())) => Int -> a -> Builder

    text-show TextShow.Generic

    A Generic implementation of showbPrec. Since: 2

  2. genericShowbPrec1 :: (Generic a, Generic1 f, GTextShowB (Rep a ()), GTextShowB1 (Rep1 f)) => Int -> f a -> Builder

    text-show TextShow.Generic

    A Generic/Generic1 implementation of showbPrec1. Since: 2

  3. genericShowt :: (Generic a, GTextShowT (Rep a ())) => a -> Text

    text-show TextShow.Generic

    A Generic implementation of showt. Since: 2

  4. genericShowtList :: (Generic a, GTextShowT (Rep a ())) => [a] -> Text

    text-show TextShow.Generic

    A Generic implementation of showtList. Since: 2

  5. genericShowtPrec :: (Generic a, GTextShowT (Rep a ())) => Int -> a -> Text

    text-show TextShow.Generic

    A Generic implementation of showPrect. Since: 2

  6. genericShowtl :: (Generic a, GTextShowTL (Rep a ())) => a -> Text

    text-show TextShow.Generic

    A Generic implementation of showtl. Since: 2

  7. genericShowtlList :: (Generic a, GTextShowTL (Rep a ())) => [a] -> Text

    text-show TextShow.Generic

    A Generic implementation of showtlList. Since: 2

  8. genericShowtlPrec :: (Generic a, GTextShowTL (Rep a ())) => Int -> a -> Text

    text-show TextShow.Generic

    A Generic implementation of showtlPrec. Since: 2

  9. deriveTextShow :: Name -> Q [Dec]

    text-show TextShow.TH

    Generates a TextShow instance declaration for the given data type or data family instance. Since: 2

  10. deriveTextShow1 :: Name -> Q [Dec]

    text-show TextShow.TH

    Generates a TextShow1 instance declaration for the given data type or data family instance. Since: 2

Page 267 of many | Previous | Next