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. PeriodicTransaction :: Text -> Interval -> DateSpan -> (SourcePos, SourcePos) -> Status -> Text -> Text -> Text -> [Tag] -> [Posting] -> PeriodicTransaction

    hledger-lib Hledger.Data

    No documentation available.

  2. data Posting

    hledger-lib Hledger.Data

    No documentation available.

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

    hledger-lib Hledger.Data

    No documentation available.

  4. data PostingType

    hledger-lib Hledger.Data

    No documentation available.

  5. Precision :: Word8 -> AmountPrecision

    hledger-lib Hledger.Data

    show this many decimal digits (0..255)

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

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

    hledger-lib Hledger.Data

    No documentation available.

  8. PrimaryDate :: WhichDate

    hledger-lib Hledger.Data

    No documentation available.

  9. module Hledger.Data.Period

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

  10. module Hledger.Data.PeriodicTransaction

    A PeriodicTransaction is a rule describing recurring transactions.

Page 451 of many | Previous | Next