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.
makeShowOptions :: ShowOptions -> Name -> Q Expderiving-compat Text.Show.Deriving.Internal Like makeShow, but takes a ShowOptions argument.
makeShowsPrec :: Name -> Q Expderiving-compat Text.Show.Deriving.Internal Generates a lambda expression which behaves like showsPrec (without requiring a Show instance).
makeShowsPrec1 :: Name -> Q Expderiving-compat Text.Show.Deriving.Internal Generates a lambda expression which behaves like showsPrec1 (without requiring a Show1 instance).
makeShowsPrec1Options :: ShowOptions -> Name -> Q Expderiving-compat Text.Show.Deriving.Internal Like makeShowsPrec1, but takes a ShowOptions argument.
makeShowsPrec2 :: Name -> Q Expderiving-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.
makeShowsPrec2Options :: ShowOptions -> Name -> Q Expderiving-compat Text.Show.Deriving.Internal Like makeShowsPrec2, but takes a ShowOptions argument. This function is not available with transformers-0.4.
makeShowsPrecOptions :: ShowOptions -> Name -> Q Expderiving-compat Text.Show.Deriving.Internal Like makeShowsPrec, but takes a ShowOptions argument.
-
pandoc Text.Pandoc.Shared terminalUIShowRunTimes :: TerminalUIFormatter -> Boolsandwich Test.Sandwich.Formatters.TerminalUI Whether to show or hide run times.
terminalUIShowVisibilityThresholds :: TerminalUIFormatter -> Boolsandwich Test.Sandwich.Formatters.TerminalUI Whether to show or hide visibility thresholds next to nodes.