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

    deriving-compat Text.Show.Deriving.Internal

    Like makeShow, but takes a ShowOptions argument.

  2. makeShowsPrec :: Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Generates a lambda expression which behaves like showsPrec (without requiring a Show instance).

  3. makeShowsPrec1 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Generates a lambda expression which behaves like showsPrec1 (without requiring a Show1 instance).

  4. makeShowsPrec1Options :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Like makeShowsPrec1, but takes a ShowOptions argument.

  5. makeShowsPrec2 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Generates a lambda expression which behaves like showsPrec2 (without requiring a Show2 instance). This function is not available with transformers-0.4.

  6. makeShowsPrec2Options :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Like makeShowsPrec2, but takes a ShowOptions argument. This function is not available with transformers-0.4.

  7. makeShowsPrecOptions :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Like makeShowsPrec, but takes a ShowOptions argument.

  8. tshow :: Show a => a -> Text

    pandoc Text.Pandoc.Shared

    Like show, but returns a Text instead of a String.

  9. terminalUIShowRunTimes :: TerminalUIFormatter -> Bool

    sandwich Test.Sandwich.Formatters.TerminalUI

    Whether to show or hide run times.

  10. terminalUIShowVisibilityThresholds :: TerminalUIFormatter -> Bool

    sandwich Test.Sandwich.Formatters.TerminalUI

    Whether to show or hide visibility thresholds next to nodes.

Page 258 of many | Previous | Next