| WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
WASH.HTML.HTMLTypedBase98 |
|
|
|
|
Documentation |
|
module WASH.HTML.HTMLBase |
|
data ATTR a |
|
|
class Show a => ATTRIBUTE a where |
| Methods | | | Instances | |
|
|
mkUAttr :: ATTRIBUTE a => a -> String -> ATTR a |
|
data ELT t |
|
|
class Show t => TAG t where |
| Methods | | | Instances | |
|
|
class AdmitChildCDATA a where |
| Methods | | | Instances | |
|
|
data CDATA |
Constructors | | Instances | |
|
|
comment :: String -> ELT a -> ELT a |
|
data DOCUMENT |
Constructors | | Instances | |
|
|
show_document :: ELT DOCUMENT -> String |
|
Produced by Haddock version 0.8 |