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.

  1. prefHelpShowGlobal :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Types

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

  2. 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)

  3. prefShowHelpOnError :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Types

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

  4. propShowDefault :: OptProperties -> Maybe String

    optparse-applicative Options.Applicative.Types

    what to show in the help text as the default

  5. propShowGlobal :: OptProperties -> Bool

    optparse-applicative Options.Applicative.Types

    whether the option is presented in global options text

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

    pretty Text.PrettyPrint.Annotated.HughesPJClass

    Pretty print a value with the prettyNormal level.

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

    pretty Text.PrettyPrint.HughesPJClass

    Pretty print a value with the prettyNormal level.

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

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

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

Page 228 of many | Previous | Next