 | WashNGo-2.12: 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 | | Instances | |
|
|
| data ELEMENT_ |
| Constructors | | ELEMENT_ | | | | EMPTY_ | | | | CDATA_ | | | | COMMENT_ | | | | DOCTYPE_ | | |
| 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 |