Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. data PostingType

    hledger-lib Hledger.Data

    No documentation available.

  2. Precision :: Word8 -> AmountPrecision

    hledger-lib Hledger.Data

    show this many decimal digits (0..255)

  3. data PriceDirective

    hledger-lib Hledger.Data

    A market price declaration made by the journal format's P directive. It declares two things: a historical exchange rate between two commodities, and an amount display style for the second commodity.

  4. PriceDirective :: SourcePos -> Day -> CommoditySymbol -> Amount -> PriceDirective

    hledger-lib Hledger.Data

    No documentation available.

  5. PrimaryDate :: WhichDate

    hledger-lib Hledger.Data

    No documentation available.

  6. module Hledger.Data.Period

    Manipulate the time periods typically used for reports with Period, a richer abstraction than DateSpan. See also Types and Dates.

  7. module Hledger.Data.PeriodicTransaction

    A PeriodicTransaction is a rule describing recurring transactions.

  8. module Hledger.Data.Posting

    A Posting represents a change (by some MixedAmount) of the balance in some Account. Each Transaction contains two or more postings which should add up to 0. Postings reference their parent transaction, so we can look up the date or description there.

  9. type ParsedJournal = Journal

    hledger-lib Hledger.Data.Types

    A journal in the process of being parsed, not yet finalised. The data is partial, and list fields are in reverse order.

  10. type Payee = Text

    hledger-lib Hledger.Data.Types

    No documentation available.

Page 456 of many | Previous | Next