Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. optShowDefault :: Option a -> Maybe String

    optparse-applicative Options.Applicative.Types

    No documentation available.

  2. prefHelpShowGlobal :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Types

    when displaying subparsers' usage help, show parent options under a "global options" section (default: False)

  3. prefShowHelpOnEmpty :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Types

    show the help text for a command or subcommand if it fails with no input (default: False)

  4. prefShowHelpOnError :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Types

    always show help text on parse errors (default: False)

  5. propShowDefault :: OptProperties -> Maybe String

    optparse-applicative Options.Applicative.Types

    what to show in the help text as the default

  6. propShowGlobal :: OptProperties -> Bool

    optparse-applicative Options.Applicative.Types

    whether the option is presented in global options text

  7. prettyShow :: Pretty a => a -> String

    pretty Text.PrettyPrint.Annotated.HughesPJClass

    Pretty print a value with the prettyNormal level.

  8. prettyShow :: Pretty a => a -> String

    pretty Text.PrettyPrint.HughesPJClass

    Pretty print a value with the prettyNormal level.

  9. 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.

  10. 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.

Page 227 of many | Previous | Next