for debugging
This commit is contained in:
parent
a56da854b3
commit
4679003b83
@ -24,6 +24,7 @@ instance Show RawLedger where
|
|||||||
(length $ periodic_entries l))
|
(length $ periodic_entries l))
|
||||||
(length accounts)
|
(length accounts)
|
||||||
(show accounts)
|
(show accounts)
|
||||||
|
-- ++ (show $ rawLedgerTransactions l)
|
||||||
where accounts = flatten $ rawLedgerAccountNameTree l
|
where accounts = flatten $ rawLedgerAccountNameTree l
|
||||||
|
|
||||||
rawLedgerTransactions :: RawLedger -> [Transaction]
|
rawLedgerTransactions :: RawLedger -> [Transaction]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user