Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. showBalanceAssertion :: BalanceAssertion -> WideBuilder

    hledger-lib Hledger.Data.Posting

    Render a balance assertion, as the =[=][*] symbol and expected amount.

  2. showPosting :: Posting -> String

    hledger-lib Hledger.Data.Posting

    No documentation available.

  3. showPostingLines :: Posting -> [Text]

    hledger-lib Hledger.Data.Posting

    Render a posting, at the appropriate width for aligning with its siblings if any. Used by the rewrite command.

  4. showTransaction :: Transaction -> Text

    hledger-lib Hledger.Data.Transaction

    Render a journal transaction as text similar to the style of Ledger's print command. Adapted from Ledger 2.x and 3.x standard format:

    yyyy-mm-dd[ *][ CODE] description.........          [  ; comment...............]
    account name 1.....................  ...$amount1[  ; comment...............]
    account name 2.....................  ..$-amount1[  ; comment...............]
    
    pcodewidth    = no limit -- 10          -- mimicking ledger layout.
    pdescwidth    = no limit -- 20          -- I don't remember what these mean,
    pacctwidth    = 35 minimum, no maximum  -- they were important at the time.
    pamtwidth     = 11
    pcommentwidth = no limit -- 22
    
    The output will be parseable journal syntax. To facilitate this, postings with explicit multi-commodity amounts are displayed as multiple similar postings, one per commodity. (Normally does not happen with this function).

  5. showTransactionLineFirstPart :: Transaction -> Text

    hledger-lib Hledger.Data.Transaction

    No documentation available.

  6. showTransactionOneLineAmounts :: Transaction -> Text

    hledger-lib Hledger.Data.Transaction

    Like showTransaction, but explicit multi-commodity amounts are shown on one line, comma-separated. In this case the output will not be parseable journal syntax.

  7. showMarketPrice :: MarketPrice -> String

    hledger-lib Hledger.Data.Types

    No documentation available.

  8. showMarketPrices :: [MarketPrice] -> [Char]

    hledger-lib Hledger.Data.Types

    No documentation available.

  9. show_costs :: HasReportOptsNoUpdate c => Lens' c Bool

    hledger-lib Hledger.Reports.ReportOptions

    No documentation available.

  10. show_costs_ :: ReportOpts -> Bool

    hledger-lib Hledger.Reports.ReportOptions

    Show costs for reports which normally don't show them ?

Page 104 of many | Previous | Next