HulkImport-0.1.0.0: Initial project template from stack

Safe HaskellSafe
LanguageHaskell2010

CSV.Types

Documentation

data CSV a Source

Constructors

CSV [[a]] 

Instances

Show a => Show (CSV a) Source