Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. showErrorMessages :: String -> String -> String -> String -> String -> [Message] -> String

    parsec Text.ParserCombinators.Parsec.Error

    No documentation available.

  2. showDefault :: forall a (f :: Type -> Type) . Show a => Mod f a

    optparse-applicative Options.Applicative

    Show the default value for this option using its Show instance.

  3. showDefaultWith :: forall a (f :: Type -> Type) . (a -> String) -> Mod f a

    optparse-applicative Options.Applicative

    Specify a function to show the default value for an option.

  4. showHelpOnEmpty :: PrefsMod

    optparse-applicative Options.Applicative

    Show the help text if the user enters only the program name or subcommand. This will suppress a "Missing:" error and show the full usage instead if a user just types the name of the program.

  5. showHelpOnError :: PrefsMod

    optparse-applicative Options.Applicative

    Show full help text on any error.

  6. showDefault :: forall a (f :: Type -> Type) . Show a => Mod f a

    optparse-applicative Options.Applicative.Builder

    Show the default value for this option using its Show instance.

  7. showDefaultWith :: forall a (f :: Type -> Type) . (a -> String) -> Mod f a

    optparse-applicative Options.Applicative.Builder

    Specify a function to show the default value for an option.

  8. showHelpOnEmpty :: PrefsMod

    optparse-applicative Options.Applicative.Builder

    Show the help text if the user enters only the program name or subcommand. This will suppress a "Missing:" error and show the full usage instead if a user just types the name of the program.

  9. showHelpOnError :: PrefsMod

    optparse-applicative Options.Applicative.Builder

    Show full help text on any error.

  10. showOption :: OptName -> String

    optparse-applicative Options.Applicative.Common

    No documentation available.

Page 25 of many | Previous | Next