hscolour-1.24.1: Colourise Haskell code.
Language.Haskell.HsColour.CSS
Description
Formats Haskell source code as HTML with CSS.
Synopsis
hscolour Source #
Arguments
Whether to include anchors.
Starting line number (for line anchors).
Haskell source code.
An HTML document containing the coloured Haskell source code.
Formats Haskell source code as a complete HTML document with CSS.
top'n'tail :: String -> String -> String Source #
renderToken :: (TokenType, String) -> String Source #
pre :: String -> String Source #