Language.Haskell.HsColour.CSS
Description
Formats Haskell source code as HTML with CSS.
- hscolour :: Bool -> Bool -> String -> String
Documentation
Arguments
:: Bool | Whether to include anchors. |
-> Bool | Whether output should be partial (= no stylesheet link will be included.) |
-> String | Haskell source code. |
-> String | An HTML document containing the coloured Haskell source code. |
Formats Haskell source code as a complete HTML document with CSS.