Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

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

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

  3. showHelpOnError :: PrefsMod

    optparse-applicative Options.Applicative

    Show full help text on any error.

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

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

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

  7. showHelpOnError :: PrefsMod

    optparse-applicative Options.Applicative.Builder

    Show full help text on any error.

  8. showOption :: OptName -> String

    optparse-applicative Options.Applicative.Common

    No documentation available.

  9. showCommandForUser :: FilePath -> [String] -> String

    unliftio UnliftIO.Process

    Given a program p and arguments args, showCommandForUser p args returns a string suitable for pasting into /bin/sh (on Unix systems) or CMD.EXE (on Windows).

  10. showsPrec1 :: (Show1 f, Show a) => Int -> f a -> ShowS

    hedgehog Hedgehog

    Lift the standard showsPrec and showList functions through the type constructor.

Page 58 of many | Previous | Next