csv-table-0.1.0.0: Scripts for manipulating tables stored as CSV files

Safe HaskellSafe
LanguageHaskell2010

Data.CSV.Table.Types

Contents

Synopsis

Representation

data Table Source

Types

Constructors

T 

Fields

dim :: Int
 
cols :: [Col]
 
body :: [Row]
 

Instances

Show Table Source

Printing

newtype Row Source

Constructors

R [Field] 

newtype Col Source

Constructors

C Field 

type RowInfo = [(Col, Field)] Source

Accessors

Parsing

Saving

toFile :: FilePath -> Table -> IO () Source

Parsing