mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-06 02:23:46 +03:00
fix haddock error preventing docs update
This commit is contained in:
parent
fdb45b8d9c
commit
8bc078ff7b
@ -143,7 +143,7 @@ mixedAmountEquals a b = amounts a' == amounts b' || (isZeroMixedAmount a' && isZ
|
||||
|
||||
-- | Get the string representation of a mixed amount, showing each of
|
||||
-- its component amounts. NB a mixed amount can have an empty amounts
|
||||
-- list in which case it shows as "".
|
||||
-- list in which case it shows as \"\".
|
||||
showMixedAmount :: MixedAmount -> String
|
||||
showMixedAmount m = concat $ intersperse "\n" $ map showfixedwidth as
|
||||
where
|
||||
|
Loading…
Reference in New Issue
Block a user