orgstat-0.0.2: Statistics visualizer for org-mode
OrgStat.Report.Class
Description
Common things among reports
Synopsis
class Report a where Source #
Things that reporters output an what we can do with them.
Minimal complete definition
writeReport
Methods
writeReport :: MonadIO m => FilePath -> FilePath -> a -> m () Source #
Writes report to the disk, given directory and filename.
Instances
writeReport :: MonadIO m => FilePath -> FilePath -> SVGImageReport -> m () Source #