| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Options.Applicative.Help.Pretty
Documentation
deunderline :: Doc -> Doc #
dullmagenta :: Doc -> Doc #
dullyellow :: Doc -> Doc #
ondullblack :: Doc -> Doc #
ondullblue :: Doc -> Doc #
ondullcyan :: Doc -> Doc #
ondullgreen :: Doc -> Doc #
ondullmagenta :: Doc -> Doc #
ondullwhite :: Doc -> Doc #
ondullyellow :: Doc -> Doc #
renderCompact :: Doc -> SimpleDoc #
semiBraces :: [Doc] -> Doc #
Minimal complete definition
Instances
| Pretty Bool | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| Pretty Char | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| Pretty Double | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| Pretty Float | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| Pretty Int | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| Pretty Integer | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| Pretty () | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| Pretty Doc | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| Pretty a => Pretty [a] | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| Pretty a => Pretty (Maybe a) | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| (Pretty a, Pretty b) => Pretty (a, b) | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |
| (Pretty a, Pretty b, Pretty c) => Pretty (a, b, c) | |
Defined in Text.PrettyPrint.ANSI.Leijen.Internal | |