Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. KeyPadEqual :: SpecialKey

    gloss Graphics.Gloss.Interface.Pure.Game

    No documentation available.

  2. parseEq :: Parse ()

    graphviz Data.GraphViz.Parsing

    No documentation available.

  3. SetRequiredHours :: TimeclockCode

    hledger-lib Hledger.Data

    No documentation available.

  4. journalInferEquityFromCosts :: Bool -> Journal -> Journal

    hledger-lib Hledger.Data.Journal

    Add equity postings inferred from costs, where needed and possible. See hledger manual > Cost reporting.

  5. journalTagCostsAndEquityAndMaybeInferCosts :: Bool -> Bool -> Journal -> Either String Journal

    hledger-lib Hledger.Data.Journal

    Identify and tag (1) equity conversion postings and (2) postings which have (or could have ?) redundant costs. And if the addcosts flag is true, also add any costs which can be inferred from equity conversion postings. This is always called before transaction balancing to tag the redundant-cost postings so they can be ignored. With --infer-costs, it is called again after transaction balancing (when it has more information to work with) to infer costs from equity postings. See transactionTagCostsAndEquityAndMaybeInferCosts for more details, and hledger manual > Cost reporting for more background.

  6. postingAddInferredEquityPostings :: Bool -> Text -> Posting -> [Posting]

    hledger-lib Hledger.Data.Posting

    Generate equity conversion postings corresponding to a Posting's cost(s) (one pair of conversion postings per cost), wherever they don't already exist.

  7. transactionInferEquityPostings :: Bool -> AccountName -> Transaction -> Transaction

    hledger-lib Hledger.Data.Transaction

    For any costs in this Transaction which don't have associated equity conversion postings, generate and add those.

  8. transactionTagCostsAndEquityAndMaybeInferCosts :: Bool -> Bool -> [AccountName] -> Transaction -> Either String Transaction

    hledger-lib Hledger.Data.Transaction

    Find, associate, and tag the corresponding equity conversion postings and costful or potentially costful postings in this transaction. With a true addcosts argument, also generate and add any equivalent costs that are missing. The (previously detected) names of all equity conversion accounts should be provided. For every pair of adjacent conversion postings, this first searches for a posting with equivalent cost (1). If no such posting is found, it then searches the costless postings, for one matching one of the conversion amounts (2). If either of these found a candidate posting, it is tagged with costPostingTagName. Then if in addcosts mode, if a costless posting was found, a cost equivalent to the conversion amounts is added to it. The name reflects the complexity of this and its helpers; clarification is ongoing.

  9. SetRequiredHours :: TimeclockCode

    hledger-lib Hledger.Data.Types

    No documentation available.

  10. AbsEq :: OrdPlus

    hledger-lib Hledger.Query

    No documentation available.

Page 369 of many | Previous | Next