packages feed

HulkImport-0.1.0.0: src/CSV/Types.hs

module CSV.Types ( CSV (..)) where 


data CSV a = CSV [[a]] deriving Show