backend-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Language.Ltml.AST.Table

Documentation

data Table Source #

Constructors

Table ColumnProps [Row] 

Instances

Instances details
ToPreLaTeXM Table Source # 
Instance details

Defined in Language.Ltml.ToLaTeX.ToPreLaTeXM

Show Table Source # 
Instance details

Defined in Language.Ltml.AST.Table

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

newtype Row Source #

Constructors

Row [Cell] 

Instances

Instances details
ToPreLaTeXM Row Source # 
Instance details

Defined in Language.Ltml.ToLaTeX.ToPreLaTeXM

Show Row Source # 
Instance details

Defined in Language.Ltml.AST.Table

Methods

showsPrec :: Int -> Row -> ShowS #

show :: Row -> String #

showList :: [Row] -> ShowS #

data Cell Source #

Constructors

Cell CellFormat [TableTextTree] Width Height 
VSpannedCell Int 
HSpannedCell 

Instances

Instances details
ToPreLaTeXM Cell Source # 
Instance details

Defined in Language.Ltml.ToLaTeX.ToPreLaTeXM

Show Cell Source # 
Instance details

Defined in Language.Ltml.AST.Table

Methods

showsPrec :: Int -> Cell -> ShowS #

show :: Cell -> String #

showList :: [Cell] -> ShowS #

Eq Cell Source # 
Instance details

Defined in Language.Ltml.AST.Table

Methods

(==) :: Cell -> Cell -> Bool #

(/=) :: Cell -> Cell -> Bool #