|
|
|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| module HTMLMonad |
|
| standardPage :: Monad m => String -> WithHTML x m a -> WithHTML y m () |
| create a standard XHTML page from a title string and body elements |
|
| htmlHeader :: Monad m => String -> WithHTML x m a -> WithHTML y m () |
| create a standard XHTML page without heading from a title string and body elements |
|
| cssPage :: Monad m => String -> String -> WithHTML x m a -> WithHTML y m () |
| create a standard XHTML page from a title string, a stylesheet URL and body
elements |
|
| cssHeader :: Monad m => String -> String -> WithHTML x m a -> WithHTML y m () |
| create an XHTML page with CSS reference but without heading from a title
string, the URL of the stylesheet and body elements |
|
| html :: Monad m => WithHTML x m a -> WithHTML y m () |
| create a bare XHTML root tag with proper namespace attribute |
|
| Produced by Haddock version 0.6 |