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 Posting

    hledger-lib Hledger.Data.Types

    No documentation available.

  2. Posting :: Maybe Day -> Maybe Day -> Status -> AccountName -> MixedAmount -> Text -> PostingType -> [Tag] -> Maybe BalanceAssertion -> Maybe Transaction -> Maybe Posting -> Posting

    hledger-lib Hledger.Data.Types

    No documentation available.

  3. data PostingType

    hledger-lib Hledger.Data.Types

    No documentation available.

  4. Precision :: Word8 -> AmountPrecision

    hledger-lib Hledger.Data.Types

    show this many decimal digits (0..255)

  5. data PriceDirective

    hledger-lib Hledger.Data.Types

    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.

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

    hledger-lib Hledger.Data.Types

    No documentation available.

  7. PrimaryDate :: WhichDate

    hledger-lib Hledger.Data.Types

    No documentation available.

  8. type PriceOracle = (Day, CommoditySymbol, Maybe CommoditySymbol) -> Maybe (CommoditySymbol, Quantity)

    hledger-lib Hledger.Data.Valuation

    A price oracle is a magic memoising function that efficiently looks up market prices (exchange rates) from one commodity to another (or if unspecified, to a default valuation commodity) on a given date.

  9. type PrefixedFilePath = FilePath

    hledger-lib Hledger.Read

    A file path optionally prefixed by a reader name and colon (journal:, csv:, timedot:, etc.).

  10. module Hledger.Reports.PostingsReport

    Postings report, used by the register command.

Page 458 of many | Previous | Next