hp2pretty-0.10: src/Types.hs
module Types where
import Data.Text.Lazy (Text)
data Header =
Header
{ hJob :: !Text
, hDate :: !Text
, hSampleUnit :: !Text
, hValueUnit :: !Text
, hSampleRange :: !(Double, Double)
, hValueRange :: !(Double, Double)
, hCount :: !Int
}