 | WashNGo-2.10: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
data BT |
|
|
data ATTR_ |
Constructors | ATTR_ | | attr_BT :: BT | | attr_value_BT :: BT | | attr_name :: String | | attr_value :: String | |
|
| Instances | |
|
|
data ELEMENT_ |
Constructors | ELEMENT_ | | | EMPTY_ | | elem_BT :: BT | | tag :: String | | attrs :: [ATTR_] | |
| CDATA_ | | elem_BT :: BT | | elem_cdata :: String | |
| COMMENT_ | | elem_BT :: BT | | elem_comment :: String | |
| DOCTYPE_ | | elem_BT :: BT | | doctype :: [String] | | elems :: [ELEMENT_] | |
|
| Instances | |
|
|
data CDATA_OPTIONS |
Constructors | CDATA_ENCODED | | CDATA_FORMATTED | |
| Instances | |
|
|
shows_attributes :: [ATTR_] -> ShowS |
|
shows_attribute :: ATTR_ -> ShowS |
|
shows_elements :: [ELEMENT_] -> ShowS |
|
shows_element :: ELEMENT_ -> ShowS |
|
commentEncode :: String -> ShowS |
removes illegal characters and sequences of -- from comment
|
|
htmlEncode :: String -> String |
|
htmlAttr :: String -> ShowS |
|
Produced by Haddock version 0.8 |