Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Options.Applicative.Help.Types
Synopsis
- data ParserHelp = ParserHelp {}
- renderHelp :: Int -> ParserHelp -> String
Documentation
data ParserHelp Source #
Constructors
ParserHelp | |
Instances
Show ParserHelp Source # | |
Defined in Options.Applicative.Help.Types Methods showsPrec :: Int -> ParserHelp -> ShowS show :: ParserHelp -> String showList :: [ParserHelp] -> ShowS | |
Semigroup ParserHelp Source # | |
Defined in Options.Applicative.Help.Types Methods (<>) :: ParserHelp -> ParserHelp -> ParserHelp sconcat :: NonEmpty ParserHelp -> ParserHelp stimes :: Integral b => b -> ParserHelp -> ParserHelp | |
Monoid ParserHelp Source # | |
Defined in Options.Applicative.Help.Types Methods mempty :: ParserHelp mappend :: ParserHelp -> ParserHelp -> ParserHelp # mconcat :: [ParserHelp] -> ParserHelp |
renderHelp :: Int -> ParserHelp -> String Source #
Convert a help text to String
.