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. makeTraceTextShow :: Name -> Q Exp

    text-show TextShow.Debug.Trace.TH

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

  2. makeTraceTextShowId :: Name -> Q Exp

    text-show TextShow.Debug.Trace.TH

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

  3. makeTraceTextShowM :: Name -> Q Exp

    text-show TextShow.Debug.Trace.TH

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

  4. class GTextShowB a

    text-show TextShow.Generic

    Class of generic representation types that can be converted to a Builder. Since: 3.10

  5. class GTextShowConB a

    text-show TextShow.Generic

    No documentation available.

  6. class GTextShowConT a

    text-show TextShow.Generic

    No documentation available.

  7. class GTextShowConTL a

    text-show TextShow.Generic

    No documentation available.

  8. class GTextShowT a

    text-show TextShow.Generic

    Class of generic representation types that can be converted to a Text. Since: 3.10

  9. class GTextShowTL a

    text-show TextShow.Generic

    Class of generic representation types that can be converted to a Text. Since: 3.10

  10. gLiftShowbPrec :: GTextShowB1 f => (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> f a -> Builder

    text-show TextShow.Generic

    No documentation available.

Page 264 of many | Previous | Next