WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.

WASH.HTML.HTMLTypedBase98

Documentation

data ATTRIBUTE a => ATTR a Source

Constructors

ATTR 

Fields

unATTR :: ATTR_
 

class Show a => ATTRIBUTE a whereSource

Methods

show_name :: a -> StringSource

data TAG t => ELT t Source

Constructors

ELT 

Fields

unELT :: ELEMENT_
 

class Show t => TAG t whereSource

Methods

make :: t -> ELT tSource

show_tag :: t -> StringSource

class AdmitChildCDATA a whereSource

Methods

text :: String -> ELT a -> ELT aSource

formattedtext :: String -> ELT a -> ELT aSource

rawtext :: String -> ELT a -> ELT aSource

data CDATA Source

Constructors

CDATA 

data DOCUMENT Source

Constructors

DOCUMENT