hscolour-1.6: Colourise Haskell code.Source codeContentsIndex
Language.Haskell.HsColour.CSS
Description
Formats Haskell source code as HTML with CSS.
Synopsis
hscolour :: Bool -> String -> String
hscolourFragment :: Bool -> String -> String
Documentation
hscolourSource
:: BoolWhether to include anchors
-> StringHaskell source code.
-> StringAn HTML document containing the coloured Haskell source code.
Formats Haskell source code as a complete HTML document with CSS.
hscolourFragmentSource
:: BoolWhether to include anchors
-> StringHaskell source code.
-> StringAn HTML fragment containing the coloured Haskell source code.
Formats Haskell source code as an HTML fragment with CSS. No stylesheet link is included in the output.
Produced by Haddock version 2.6.0