LitTxt is imported by: HLex2html.
module LitTxt (toHTML,toHTMLblock) where import MyDoc import ParseMyDoc import MyDoc2HTML import Text.PrettyPrint(render) import EnvM (withEnv) toHTML = render . withEnv html . ppMyDoc . parse toHTMLblock = render . withEnv htmlblock . ppMyDoc . parse
(HTML for this module was generated on 2006-08-12. About the conversion tool.)