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.
prefHelpShowGlobal :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Types when displaying subparsers' usage help, show parent options under a "global options" section (default: False)
prefShowHelpOnEmpty :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Types show the help text for a command or subcommand if it fails with no input (default: False)
prefShowHelpOnError :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Types always show help text on parse errors (default: False)
propShowDefault :: OptProperties -> Maybe Stringoptparse-applicative Options.Applicative.Types what to show in the help text as the default
propShowGlobal :: OptProperties -> Booloptparse-applicative Options.Applicative.Types whether the option is presented in global options text
prettyShow :: Pretty a => a -> Stringpretty Text.PrettyPrint.Annotated.HughesPJClass Pretty print a value with the prettyNormal level.
prettyShow :: Pretty a => a -> Stringpretty Text.PrettyPrint.HughesPJClass Pretty print a value with the prettyNormal level.
annotateShow :: (MonadTest m, Show a, HasCallStack) => a -> m ()hedgehog Hedgehog Annotates the source code with a value that might be useful for debugging a test failure.
footnoteShow :: (MonadTest m, Show a) => a -> m ()hedgehog Hedgehog Logs a value to be displayed as additional information in the footer of the failure report.
annotateShow :: (MonadTest m, Show a, HasCallStack) => a -> m ()hedgehog Hedgehog.Internal.Property Annotates the source code with a value that might be useful for debugging a test failure.