|
| Language.Haskell.HsColour |
|
|
| Description |
This is a library which colourises Haskell code.
It currently has five output formats:
- ANSI terminal codes
- LaTeX macros
- HTML with font tags
- HTML with CSS.
- mIRC chat client colour codes.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| The supported output formats.
| | Constructors | | TTY | ANSI terminal codes
| | LaTeX | TeX macros
| | HTML | HTML with font tags
| | CSS | HTML with CSS.
| | MIRC | mIRC chat clients
|
| Instances | |
|
|
|
| Colour preferences.
| | Constructors | | Instances | |
|
|
|
| :: Output | Output format.
| | -> ColourPrefs | Colour preferences (for formats that support them).
| | -> Bool | Whether to include anchors.
| | -> Bool | Whether output document is partial or complete.
| | -> Literate | Whether input document is literate haskell or not
| | -> String | Title for output.
| | -> String | Haskell source code.
| | -> String | Coloured Haskell source code.
| | Colourise Haskell source code with the given output format.
|
|
|
| Produced by Haddock version 2.6.0 |