packages feed

bff-0.1: StatsDef.hs

module StatsDef where

type DataPoint = (Int, Double, Double)
type StatRunData = [DataPoint]
type StatRuns = [(String, StatRunData)]