Formats Haskell source code using LaTeX macros.
- hscolour :: ColourPrefs -> String -> String
- top'n'tail :: String -> String -> String
Documentation
:: ColourPrefs | Colour preferences. |
-> String | Haskell source code. |
-> String | A LaTeX document/fragment containing the coloured Haskell source code. |
Formats Haskell source code as a complete LaTeX document.
top'n'tail :: String -> String -> StringSource