hscolour-1.14: Colourise Haskell code.Source codeContentsIndex
Language.Haskell.HsColour.InlineCSS
Description
Formats Haskell source code as HTML with inline CSS.
Synopsis
hscolour :: ColourPrefs -> Bool -> Bool -> String -> String -> String
Documentation
hscolourSource
:: ColourPrefsPreferences for styling.
-> BoolWhether to include anchors.
-> BoolWhether output should be partial (= no document headers will be included.)
-> StringTitle for HTML page.
-> StringHaskell source code.
-> StringAn HTML document containing the coloured Haskell source code.
Formats Haskell source code as a complete HTML document with inline styling
Produced by Haddock version 2.6.0