| WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
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.8 |