LitTxt

Plain source file: hs2html/LitTxt.hs (2005-03-22)

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

Index

(HTML for this module was generated on 2006-08-12. About the conversion tool.)