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

Safe HaskellSafe-Infered

Penny.Cabin

Description

Cabin - Penny reports

Documentation

data Report Source

Constructors

Report 

Fields

help :: Text

A strict Text containing a help message.

name :: String

The name of the report

parseReport :: Parser ReportFunc

The parser must parse everything beginning with the first word after the name of the report (the parser does not parse the name of the report) up until, but not including, the first non-option word.