Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showMarketPrice :: MarketPrice -> Stringhledger-lib Hledger.Data No documentation available.
showMarketPrices :: [MarketPrice] -> [Char]hledger-lib Hledger.Data No documentation available.
showAccounts :: Account -> Stringhledger-lib Hledger.Data.Account No documentation available.
showAccountsBoringFlag :: Account -> Stringhledger-lib Hledger.Data.Account No documentation available.
showAmount :: Amount -> Stringhledger-lib Hledger.Data.Amount Render an amount using its display style and the default amount format. Zero-equivalent amounts are shown as just "0". The special "missing" amount is shown as the empty string.
showAmountB :: AmountFormat -> Amount -> WideBuilderhledger-lib Hledger.Data.Amount Render an amount using its display style and the given amount format, as a builder for efficiency. (This can be converted to a Text with wbToText or to a String with wbUnpack). The special "missing" amount is displayed as the empty string.
showAmountCost :: Amount -> Stringhledger-lib Hledger.Data.Amount No documentation available.
showAmountCostB :: AmountFormat -> Amount -> WideBuilderhledger-lib Hledger.Data.Amount No documentation available.
showAmountDebug :: Amount -> Stringhledger-lib Hledger.Data.Amount Get a string representation of an amount for debugging, appropriate to the current debug level. 9 shows maximum detail.
showAmountWith :: AmountFormat -> Amount -> Stringhledger-lib Hledger.Data.Amount Like showAmount but uses the given amount format.