| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Lsd.AST.Type.Table
Documentation
newtype DefaultCellType Source #
Constructors
| DefaultCellType CellType |
data CellFormat Source #
Constructors
| CellFormat BGColor Typography |
Instances
| Show CellFormat Source # | |
Defined in Language.Lsd.AST.Type.Table Methods showsPrec :: Int -> CellFormat -> ShowS # show :: CellFormat -> String # showList :: [CellFormat] -> ShowS # | |