packages feed

gnuplot-0.3.2: src/Graphics/Gnuplot/Private/Graph.hs

module Graphics.Gnuplot.Private.Graph where

class C graph where
   command :: graph -> String
   toString :: graph -> String