lib: Added a comment to explain the type MultiBalanceReportTotals
This commit is contained in:
parent
5079727f3b
commit
a204908be6
@ -60,7 +60,7 @@ newtype MultiBalanceReport =
|
||||
,MultiBalanceReportTotals
|
||||
)
|
||||
type MultiBalanceReportRow = (AccountName, AccountName, Int, [MixedAmount], MixedAmount, MixedAmount)
|
||||
type MultiBalanceReportTotals = ([MixedAmount], MixedAmount, MixedAmount)
|
||||
type MultiBalanceReportTotals = ([MixedAmount], MixedAmount, MixedAmount) -- (Totals list, sum of totals, average of totals)
|
||||
|
||||
instance Show MultiBalanceReport where
|
||||
-- use ppShow to break long lists onto multiple lines
|
||||
|
||||
Loading…
Reference in New Issue
Block a user