Formats Haskell source code using HTML with font tags.
- hscolour :: ColourPrefs -> Bool -> String -> String
- top'n'tail :: String -> String -> String
- renderAnchors :: (a -> String) -> Either String a -> String
- renderComment :: String -> String
- renderNewLinesAnchors :: String -> String
- escape :: String -> String
Documentation
:: ColourPrefs | Colour preferences. |
-> Bool | Whether to include anchors. |
-> String | Haskell source code. |
-> String | Coloured Haskell source code. |
Formats Haskell source code using HTML with font tags.
top'n'tail :: String -> String -> StringSource
Internals
renderComment :: String -> StringSource