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.
forecast_ :: InputOpts -> Maybe DateSpanhledger-lib Hledger.Read.Common span in which to generate forecast transactions
forecast :: HasInputOpts c => Lens' c (Maybe DateSpan)hledger-lib Hledger.Read.InputOptions No documentation available.
forecastPeriod :: InputOpts -> Journal -> Maybe DateSpanhledger-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.
forecast_ :: InputOpts -> Maybe DateSpanhledger-lib Hledger.Read.InputOptions span in which to generate forecast transactions
format :: HasReportOptsNoUpdate c => Lens' c StringFormathledger-lib Hledger.Reports.ReportOptions No documentation available.
format_ :: ReportOpts -> StringFormathledger-lib Hledger.Reports.ReportOptions No documentation available.
formatString :: Bool -> Maybe Int -> Maybe Int -> String -> Stringhledger-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).
formatText :: Bool -> Maybe Int -> Maybe Int -> Text -> Texthledger-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).
formatRow :: Lines border => [Cell border Html] -> Htmlhledger-lib Hledger.Write.Html No documentation available.
formatCell :: Lines border => Cell border Html -> Htmlhledger-lib Hledger.Write.Html.Blaze No documentation available.