Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showHexLen :: (Show n, Integral n) => Int -> n -> ShowS

    bson Data.Bson

    showHex of n padded with leading zeros if necessary to fill d digits

  2. showMarketPrice :: MarketPrice -> String

    hledger-lib Hledger.Data

    No documentation available.

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

    hledger-lib Hledger.Data

    No documentation available.

  4. showAccounts :: Account -> String

    hledger-lib Hledger.Data.Account

    No documentation available.

  5. showAccountsBoringFlag :: Account -> String

    hledger-lib Hledger.Data.Account

    No documentation available.

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

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

  8. showAmountCost :: Amount -> String

    hledger-lib Hledger.Data.Amount

    No documentation available.

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

    hledger-lib Hledger.Data.Amount

    No documentation available.

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

Page 68 of many | Previous | Next