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.
elabTestShowDetails :: ElaboratedConfiguredPackage -> Maybe TestShowDetailscabal-install Distribution.Client.ProjectPlanning No documentation available.
elabTestShowDetails :: ElaboratedConfiguredPackage -> Maybe TestShowDetailscabal-install Distribution.Client.ProjectPlanning.Types No documentation available.
deriveShowsTypePrec :: Name -> Q Decclash-lib Clash.Core.TermLiteral.TH For Maybe, constructs:
showsTypePrec n _ = let showSpace = showChar ' ' precCalls = [showsTypePrec 11 (Proxy @a)] interspersedPrecCalls = intersperse showSpace precCalls showType = foldl (.) (showString "Maybe") (showSpace : interspersedPrecCalls) in showParen (n > 10) showType
tyLitShow :: TyConMap -> Type -> Except String Stringclash-lib Clash.Core.Util Try to reduce an arbitrary type to a literal type (Symbol or Nat), and subsequently extract its String representation
-
configuration-tools Configuration.Utils.CommandLine Show global help information in subparser usage.
prefHelpShowGlobal :: ParserPrefs -> Boolconfiguration-tools Configuration.Utils.CommandLine when displaying subparsers' usage help, show parent options under a "global options" section (default: False)
prefShowHelpOnEmpty :: ParserPrefs -> Boolconfiguration-tools Configuration.Utils.CommandLine show the help text for a command or subcommand if it fails with no input (default: False)
prefShowHelpOnError :: ParserPrefs -> Boolconfiguration-tools Configuration.Utils.CommandLine always show help text on parse errors (default: False)
sshow :: (Show a, IsString s) => a -> sconfiguration-tools Configuration.Utils.Internal No documentation available.
confStyleShowInts :: ConfStyle -> Boolconfigurator-export Data.Configurator.Export Whether or not to show "whole numbers" as integer literals (without the trailing .0)