Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. AmountFormat :: Bool -> Bool -> Maybe [CommoditySymbol] -> Bool -> Bool -> Bool -> Maybe Int -> Maybe Int -> Bool -> Bool -> Bool -> AmountFormat

    hledger-lib Hledger.Data.Amount

    No documentation available.

  2. displayForceDecimalMark :: AmountFormat -> Bool

    hledger-lib Hledger.Data.Amount

    Whether to add a trailing decimal mark when there are no decimal digits and there are digit group marks, to disambiguate

  3. intervalBoundaryBefore :: Interval -> Day -> Day

    hledger-lib Hledger.Data.Dates

    No documentation available.

  4. mondayBefore :: Day -> Day

    hledger-lib Hledger.Data.Period

    No documentation available.

  5. postingTransformAmount :: (MixedAmount -> MixedAmount) -> Posting -> Posting

    hledger-lib Hledger.Data.Posting

    Apply a transform function to this posting's main amount (but not its balance assertion amount).

  6. module Hledger.Data.StringFormat

    Parse format strings provided by --format, with awareness of hledger's report item fields. The formats are used by report-specific renderers like renderBalanceReportItem.

  7. data StringFormat

    hledger-lib Hledger.Data.StringFormat

    A format specification/template to use when rendering a report line item as text. A format is a sequence of components; each is either a literal string, or a hledger report item field with specified width and justification whose value will be interpolated at render time. A component's value may be a multi-line string (or a multi-commodity amount), in which case the final string will be either single-line or a top or bottom-aligned multi-line string depending on the StringFormat variant used. Currently this is only used in the balance command's single-column mode, which provides a limited StringFormat renderer.

  8. data StringFormatComponent

    hledger-lib Hledger.Data.StringFormat

    No documentation available.

  9. defaultBalanceLineFormat :: StringFormat

    hledger-lib Hledger.Data.StringFormat

    Default line format for balance report: "%20(total) %2(depth_spacer)%-(account)"

  10. defaultStringFormatStyle :: [StringFormatComponent] -> StringFormat

    hledger-lib Hledger.Data.StringFormat

    No documentation available.

Page 643 of many | Previous | Next