Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. notFoundErrorFormatter :: ErrorFormatters -> NotFoundErrorFormatter

    servant-server Servant.Server.Internal.ErrorFormatter

    Format error for not found URLs.

  2. urlParseErrorFormatter :: ErrorFormatters -> ErrorFormatter

    servant-server Servant.Server.Internal.ErrorFormatter

    Format error from parsing url parts or query parameters.

  3. data HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Specify the format to output the help.

  4. HelpFormatAll :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Display all modes.

  5. HelpFormatBash :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Bash completion information

  6. HelpFormatDefault :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Equivalent to HelpFormatAll if there is not too much text, otherwise HelpFormatOne.

  7. HelpFormatOne :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Display only the first mode.

  8. HelpFormatZsh :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Z shell completion information

  9. flagHelpFormat :: (HelpFormat -> TextFormat -> a -> a) -> Flag a

    cmdargs System.Console.CmdArgs.Explicit

    Create a help flag triggered by -?/--help. The user may optionally modify help by specifying the format, such as:

    --help=all          - help for all modes
    --help=html         - help in HTML format
    --help=100          - wrap the text at 100 characters
    --help=100,one      - full text wrapped at 100 characters
    

  10. modeReform :: Mode a -> a -> Maybe [String]

    cmdargs System.Console.CmdArgs.Explicit

    Given a value, try to generate the input arguments.

Page 515 of many | Previous | Next