tdoc-0.4.5: TDoc is a typed document builder with support for (X)HTML

Safe HaskellNone
LanguageHaskell98

Text.TDoc.Attributes

Documentation

data Length Source

Constructors

Px Int 
Cm Int 
Em Int 

Instances

newtype Width Source

Constructors

Width 

Fields

fromWidth :: Length
 

newtype Height Source

Constructors

Height 

Fields

fromHeight :: Length
 

newtype Src Source

Constructors

Src 

Fields

fromSrc :: String
 

newtype Size Source

Constructors

Size 

Fields

fromSize :: Int
 

newtype Alt Source

Constructors

Alt 

Fields

fromAlt :: String
 

newtype Rows Source

Constructors

Rows 

Fields

fromRows :: Int
 

newtype Cols Source

Constructors

Cols 

Fields

fromCols :: Int
 

newtype Style Source

Constructors

Style 

Fields

fromStyle :: String
 

newtype Href Source

Constructors

Href 

Fields

fromHref :: String
 

class WidthTag t where Source

Methods

widthTag :: t Width Source

Instances

class HeightTag t where Source

Methods

heightTag :: t Height Source

Instances

class SrcTag t where Source

Methods

srcTag :: t Src Source

Instances

class SizeTag t where Source

Methods

sizeTag :: t Size Source

Instances

class AltTag t where Source

Methods

altTag :: t Alt Source

Instances

class NameTag t where Source

Methods

nameTag :: t Name Source

Instances

class RowsTag t where Source

Methods

rowsTag :: t Rows Source

Instances

class ColsTag t where Source

Methods

colsTag :: t Cols Source

Instances

class StyleTag t where Source

Methods

styleTag :: t Style Source

Instances

class HrefTag t where Source

Methods

hrefTag :: t Href Source

Instances