Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. HelpFormatDefault :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

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

  2. HelpFormatOne :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Display only the first mode.

  3. HelpFormatZsh :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Z shell completion information

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

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

    cmdargs System.Console.CmdArgs.Explicit

    Given a value, try to generate the input arguments.

  6. data TextFormat

    cmdargs System.Console.CmdArgs.Text

    How to output the text.

  7. managedForeignPtr :: ManagedPtr a -> ForeignPtr a

    haskell-gi-base Data.GI.Base.BasicTypes

    No documentation available.

  8. toGVariantFormatString :: IsGVariant a => a -> Text

    haskell-gi-base Data.GI.Base.GVariant

    The expected format string for this type (the argument is ignored).

  9. SignalConnectBefore :: SignalConnectMode

    haskell-gi-base Data.GI.Base.ShortPrelude

    Run before the default handler.

  10. SignalConnectBefore :: SignalConnectMode

    haskell-gi-base Data.GI.Base.Signals

    Run before the default handler.

Page 516 of many | Previous | Next