data-cell-1.0.0.0: Generic cellular data representation library

Safe HaskellSafe
LanguageHaskell2010

Data.Cell

Description

 

Synopsis

Documentation

data Cell a Source

Individual cell type

Constructors

Cell a CellDelimiter 

Instances

Eq a => Eq (Cell a) Source 
Ord a => Ord (Cell a) Source 
Show a => Show (Cell a) Source 

data CellDelimiter Source

Cell delimiter

Constructors

EOP

end of partial cell content

EOC

end of cell

EOR

end of row

EOT

end of table