-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | A package for adding index column to data files
--
-- DataIndex can add index column to data files
@package DataIndex
@version 0.1.0
-- | Data.Index is a package for adding index column to data files
module Data.Index
-- | say hello
hello :: String
-- | Add an time column usage: addTime array unit
addTime :: Num a => [[a]] -> a -> [[a]]