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. showMixedAmountOneLine :: MixedAmount -> String

    hledger-lib Hledger.Data.Amount

    Get the one-line string representation of a mixed amount (also showing any costs). See showMixedAmountB for special cases.

  2. showMixedAmountOneLineWithoutCost :: Bool -> MixedAmount -> String

    hledger-lib Hledger.Data.Amount

    Get the one-line string representation of a mixed amount, but without any @ costs. With a True argument, adds ANSI codes to show negative amounts in red. See showMixedAmountB for special cases.

  3. showMixedAmountWith :: AmountFormat -> MixedAmount -> String

    hledger-lib Hledger.Data.Amount

    Like showMixedAmount but uses the given amount format. See showMixedAmountB for special cases.

  4. showMixedAmountWithZeroCommodity :: MixedAmount -> String

    hledger-lib Hledger.Data.Amount

    Like showMixedAmount, but zero amounts are shown with their commodity if they have one. See showMixedAmountB for special cases.

  5. showMixedAmountWithoutCost :: Bool -> MixedAmount -> String

    hledger-lib Hledger.Data.Amount

    Get the string representation of a mixed amount, without showing any costs. With a True argument, adds ANSI codes to show negative amounts in red. See showMixedAmountB for special cases.

  6. showDate :: Day -> Text

    hledger-lib Hledger.Data.Dates

    No documentation available.

  7. showDateSpan :: DateSpan -> Text

    hledger-lib Hledger.Data.Dates

    Render a datespan as a display string, abbreviating into a compact form if possible. Warning, hides whether dates are Exact or Flex.

  8. showDateSpanAbbrev :: DateSpan -> Text

    hledger-lib Hledger.Data.Dates

    Like showDateSpan, but show month spans as just the abbreviated month name in the current locale.

  9. showDateSpanDebug :: DateSpan -> String

    hledger-lib Hledger.Data.Dates

    Show a DateSpan with its begin/end dates, exact or flex.

  10. showEFDate :: EFDay -> Text

    hledger-lib Hledger.Data.Dates

    No documentation available.

Page 70 of many | Previous | Next