orgstat-0.0.3: Statistics visualizer for org-mode

Safe HaskellNone
LanguageHaskell2010

OrgStat.Report.Class

Description

Common things among reports

Synopsis

Documentation

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.