orgstat-0.1.0: Statistics visualizer for org-mode

Safe HaskellNone
LanguageHaskell2010

OrgStat.Outputs.Class

Description

Common things among reports

Synopsis

Documentation

class ReportOutput a where Source #

Things that reporters output an what we can do with them.

Minimal complete definition

writeReport

Methods

writeReport :: MonadIO m => FilePath -> a -> m () Source #

Writes report to the disk, given path to file.