penny-lib-0.2.0.0: Extensible double-entry accounting system - library

Safe HaskellSafe-Infered

Penny.Zinc.Parser.Report

Synopsis

Documentation

reportSource

Arguments

:: [Report]

List of available Reports

-> Parser ReportFunc 

Given a Runtime and a list of available Reports, returns a Parser that will return a function corresponding to the report the user desires. The parser returned assumes that the filtering options have already been parsed. The returned parser parses all options corresponding to report options in order to return the function.