Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. forecast_ :: InputOpts -> Maybe DateSpan

    hledger-lib Hledger.Read.Common

    span in which to generate forecast transactions

  2. forecast :: HasInputOpts c => Lens' c (Maybe DateSpan)

    hledger-lib Hledger.Read.InputOptions

    No documentation available.

  3. forecastPeriod :: InputOpts -> Journal -> Maybe DateSpan

    hledger-lib Hledger.Read.InputOptions

    Get the Maybe the DateSpan to generate forecast options from. This begins on: - the start date supplied to the `--forecast` argument, if present - otherwise, the later of - the report start date if specified with -b-pdate: - the day after the latest normal (non-periodic) transaction in the journal, if any - otherwise today. It ends on: - the end date supplied to the `--forecast` argument, if present - otherwise the report end date if specified with -e-pdate: - otherwise 180 days (6 months) from today.

  4. forecast_ :: InputOpts -> Maybe DateSpan

    hledger-lib Hledger.Read.InputOptions

    span in which to generate forecast transactions

  5. format :: HasReportOptsNoUpdate c => Lens' c StringFormat

    hledger-lib Hledger.Reports.ReportOptions

    No documentation available.

  6. format_ :: ReportOpts -> StringFormat

    hledger-lib Hledger.Reports.ReportOptions

    No documentation available.

  7. formatString :: Bool -> Maybe Int -> Maybe Int -> String -> String

    hledger-lib Hledger.Utils.String

    Clip and pad a string to a minimum & maximum width, andor leftright justify it. Works on multi-line strings too (but will rewrite non-unix line endings).

  8. formatText :: Bool -> Maybe Int -> Maybe Int -> Text -> Text

    hledger-lib Hledger.Utils.Text

    Clip and pad a string to a minimum & maximum width, andor leftright justify it. Works on multi-line strings too (but will rewrite non-unix line endings).

  9. formatRow :: Lines border => [Cell border Html] -> Html

    hledger-lib Hledger.Write.Html

    No documentation available.

  10. formatCell :: Lines border => Cell border Html -> Html

    hledger-lib Hledger.Write.Html.Blaze

    No documentation available.

Page 66 of many | Previous | Next