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. deriveTextShow1Options :: Options -> Name -> Q [Dec]

    text-show TextShow.TH

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

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

    text-show TextShow.TH

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

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

    text-show TextShow.TH

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

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

    text-show TextShow.TH

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

  5. makeLiftShowbPrec :: Name -> Q Exp

    text-show TextShow.TH

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

  6. makeLiftShowbPrec2 :: Name -> Q Exp

    text-show TextShow.TH

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

  7. makeShowb :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showb (without requiring a TextShow instance). Since: 2

  8. makeShowbList :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showbList (without requiring a TextShow instance). Since: 2

  9. makeShowbPrec :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showbPrec (without requiring a TextShow instance). Since: 2

  10. makeShowbPrec1 :: Name -> Q Exp

    text-show TextShow.TH

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

Page 268 of many | Previous | Next