case koks of
(kos@(_:_), _oks) ->
(flip mapM_) kos $ \(_path, ko) ->
- Write.fatal context $ ko
+ Write.fatal context $ show ko
([], journals) -> do
let balance =
Data.List.foldl
Write.debug context $ ppShow $ balance
Write.debug context $ ppShow $
Lib.TreeMap.flatten (const ()) (Balance.by_account balance)
- let expanded = Balance.expand $ Balance.by_account balance
+ let expanded = Balance.expanded $ Balance.by_account balance
Write.debug context $ ppShow $ expanded
with_color <- Write.with_color context IO.stdout
Ledger.Write.put with_color IO.stdout $ do