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.

  1. prefShowHelpOnError :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Extra

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

  2. unsafeViaShow :: Show a => a -> Doc ann

    optparse-applicative Options.Applicative.Help.Pretty

    Convenience function to convert a Showable value /that must not contain newlines/ to a Doc. If there may be newlines, use viaShow instead.

  3. viaShow :: Show a => a -> Doc ann

    optparse-applicative Options.Applicative.Help.Pretty

    Convenience function to convert a Showable value to a Doc. If the String does not contain newlines, consider using the more performant unsafeViaShow.

  4. optShowDefault :: Option a -> Maybe String

    optparse-applicative Options.Applicative.Types

    No documentation available.

  5. prefHelpShowGlobal :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Types

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

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

  7. prefShowHelpOnError :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Types

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

  8. propShowDefault :: OptProperties -> Maybe String

    optparse-applicative Options.Applicative.Types

    what to show in the help text as the default

  9. propShowGlobal :: OptProperties -> Bool

    optparse-applicative Options.Applicative.Types

    whether the option is presented in global options text

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

    pretty Text.PrettyPrint.Annotated.HughesPJClass

    Pretty print a value with the prettyNormal level.

Page 227 of many | Previous | Next