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. parseStringFormat :: Text -> Either String StringFormat

    hledger-lib Hledger.Data.StringFormat

    Parse a string format specification, or return a parse error.

  2. tests_StringFormat :: TestTree

    hledger-lib Hledger.Data.StringFormat

    No documentation available.

  3. transactionTransformPostings :: (Posting -> Posting) -> Transaction -> Transaction

    hledger-lib Hledger.Data.Transaction

    Apply a transform function to this transaction's amounts.

  4. data SepFormat

    hledger-lib Hledger.Data.Types

    One of the standard *-separated value file types known by hledger,

  5. data StorageFormat

    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.

  6. cformat :: Commodity -> Maybe AmountStyle

    hledger-lib Hledger.Data.Types

    No documentation available.

  7. saveLatestDatesForFiles :: [LatestDatesForFile] -> IO ()

    hledger-lib Hledger.Read

    Save each file's latest dates.

  8. journalAddForecast :: Bool -> Maybe DateSpan -> Journal -> Journal

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

  9. mformat :: HasInputOpts c => Lens' c (Maybe StorageFormat)

    hledger-lib Hledger.Read.Common

    No documentation available.

  10. mformat_ :: InputOpts -> Maybe StorageFormat

    hledger-lib Hledger.Read.Common

    a file/storage format to try, unless overridden by a filename prefix. Nothing means try all.

Page 644 of many | Previous | Next