for debugging

This commit is contained in:
Simon Michael 2008-10-15 21:10:59 +00:00
parent a56da854b3
commit 4679003b83

View File

@ -24,6 +24,7 @@ instance Show RawLedger where
(length $ periodic_entries l))
(length accounts)
(show accounts)
-- ++ (show $ rawLedgerTransactions l)
where accounts = flatten $ rawLedgerAccountNameTree l
rawLedgerTransactions :: RawLedger -> [Transaction]