Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. cformat :: Commodity -> Maybe AmountStyle

    hledger-lib Hledger.Data

    No documentation available.

  2. data AmountFormat

    hledger-lib Hledger.Data.Amount

    Formatting options available when displaying Amounts and MixedAmounts. Similar to AmountStyle but lower level, not attached to amounts or commodities, and can override it in some ways. See also hledger manual > "Amount formatting, parseability", which speaks of human, hledger, and machine output.

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

    hledger-lib Hledger.Data.Amount

    No documentation available.

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

  5. intervalBoundaryBefore :: Interval -> Day -> Day

    hledger-lib Hledger.Data.Dates

    No documentation available.

  6. mondayBefore :: Day -> Day

    hledger-lib Hledger.Data.Period

    No documentation available.

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

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

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

  10. data StringFormatComponent

    hledger-lib Hledger.Data.StringFormat

    No documentation available.

Page 647 of many | Previous | Next