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.
-
hledger-lib Hledger.Data No documentation available.
Precision :: Word8 -> AmountPrecisionhledger-lib Hledger.Data show this many decimal digits (0..255)
-
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.
PriceDirective :: SourcePos -> Day -> CommoditySymbol -> Amount -> PriceDirectivehledger-lib Hledger.Data No documentation available.
-
hledger-lib Hledger.Data No documentation available.
-
Manipulate the time periods typically used for reports with Period, a richer abstraction than DateSpan. See also Types and Dates.
module Hledger.Data.
PeriodicTransaction A PeriodicTransaction is a rule describing recurring transactions.
-
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.
-
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.
-
hledger-lib Hledger.Data.Types No documentation available.