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.
parseStringFormat :: Text -> Either String StringFormathledger-lib Hledger.Data.StringFormat Parse a string format specification, or return a parse error.
tests_StringFormat :: TestTreehledger-lib Hledger.Data.StringFormat No documentation available.
transactionTransformPostings :: (Posting -> Posting) -> Transaction -> Transactionhledger-lib Hledger.Data.Transaction Apply a transform function to this transaction's amounts.
-
hledger-lib Hledger.Data.Types One of the standard *-separated value file types known by hledger,
-
hledger-lib Hledger.Data.Types The id of a data format understood by hledger, eg journal or csv. The --output-format option selects one of these for output.
cformat :: Commodity -> Maybe AmountStylehledger-lib Hledger.Data.Types No documentation available.
saveLatestDatesForFiles :: [LatestDatesForFile] -> IO ()hledger-lib Hledger.Read Save each file's latest dates.
journalAddForecast :: Bool -> Maybe DateSpan -> Journal -> Journalhledger-lib Hledger.Read.Common Generate periodic transactions from all periodic transaction rules in the journal. These transactions are added to the in-memory Journal (but not the on-disk file). The start & end date for generated periodic transactions are determined in a somewhat complicated way; see the hledger manual -> Periodic transactions.
mformat :: HasInputOpts c => Lens' c (Maybe StorageFormat)hledger-lib Hledger.Read.Common No documentation available.
mformat_ :: InputOpts -> Maybe StorageFormathledger-lib Hledger.Read.Common a file/storage format to try, unless overridden by a filename prefix. Nothing means try all.