lib: Added a comment to explain the type MultiBalanceReportTotals

This commit is contained in:
Nicholas Niro 2017-07-06 12:44:44 -04:00 committed by Simon Michael
parent 5079727f3b
commit a204908be6

View File

@ -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