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.

  1. showMarketPrice :: MarketPrice -> String

    hledger-lib Hledger.Data

    No documentation available.

  2. showMarketPrices :: [MarketPrice] -> [Char]

    hledger-lib Hledger.Data

    No documentation available.

  3. showAccounts :: Account -> String

    hledger-lib Hledger.Data.Account

    No documentation available.

  4. showAccountsBoringFlag :: Account -> String

    hledger-lib Hledger.Data.Account

    No documentation available.

  5. showAmount :: Amount -> String

    hledger-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.

  6. showAmountB :: AmountFormat -> Amount -> WideBuilder

    hledger-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.

  7. showAmountCost :: Amount -> String

    hledger-lib Hledger.Data.Amount

    No documentation available.

  8. showAmountCostB :: AmountFormat -> Amount -> WideBuilder

    hledger-lib Hledger.Data.Amount

    No documentation available.

  9. showAmountDebug :: Amount -> String

    hledger-lib Hledger.Data.Amount

    Get a string representation of an amount for debugging, appropriate to the current debug level. 9 shows maximum detail.

  10. showAmountWith :: AmountFormat -> Amount -> String

    hledger-lib Hledger.Data.Amount

    Like showAmount but uses the given amount format.

Page 68 of many | Previous | Next