Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

    process System.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).

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

    parsec Text.Parsec.Error

    No documentation available.

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

    parsec Text.ParserCombinators.Parsec.Error

    No documentation available.

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

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

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

  7. showHelpOnError :: PrefsMod

    optparse-applicative Options.Applicative

    Show full help text on any error.

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

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

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

Page 25 of many | Previous | Next