|
| Language.Haskell.HsColour.InlineCSS |
|
|
|
|
| Description |
| Formats Haskell source code as HTML with inline CSS.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| :: ColourPrefs | Preferences for styling.
| | -> Bool | Whether to include anchors.
| | -> Bool | Whether output should be partial
(= no document headers will be included.)
| | -> String | Title for HTML page.
| | -> String | Haskell source code.
| | -> String | An HTML document containing the coloured
Haskell source code.
| | Formats Haskell source code as a complete HTML document with inline styling
|
|
|
| Produced by Haddock version 0.8 |