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.

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

    text-show TextShow.Generic

    A Generic implementation of showtlList. Since: 2

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

    text-show TextShow.Generic

    A Generic implementation of showtlPrec. Since: 2

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

    text-show TextShow.TH

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

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

    text-show TextShow.TH

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

  5. deriveTextShow1Options :: Options -> Name -> Q [Dec]

    text-show TextShow.TH

    Like deriveTextShow1, but takes an Options argument. Since: 3.4

  6. deriveTextShow2 :: Name -> Q [Dec]

    text-show TextShow.TH

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

  7. deriveTextShow2Options :: Options -> Name -> Q [Dec]

    text-show TextShow.TH

    Like deriveTextShow2, but takes an Options argument. Since: 3.4

  8. deriveTextShowOptions :: Options -> Name -> Q [Dec]

    text-show TextShow.TH

    Like deriveTextShow, but takes an Options argument. Since: 3.4

  9. makeLiftShowbPrec :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like liftShowbPrec (without requiring a TextShow1 instance). Since: 3

  10. makeLiftShowbPrec2 :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like liftShowbPrec2 (without requiring a TextShow2 instance). Since: 3

Page 267 of many | Previous | Next