Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. transactionAddHiddenAndMaybeVisibleTag :: Bool -> HiddenTag -> Transaction -> Transaction

    hledger-lib Hledger.Data.Transaction

    Add the given hidden tag to a transaction; and with a true argument, also add the equivalent visible tag to the transaction's tags and comment fields. If the transaction already has these tags (with any value), do nothing.

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

  3. prMapMaybeName :: (a -> Maybe b) -> PeriodicReport a c -> PeriodicReport b c

    hledger-lib Hledger.Reports.ReportTypes

    Map a function over the row names, possibly discarding some.

  4. mkMaybeType :: TypeWrapper

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  5. toMaybeScalar :: C a v => v -> Maybe a

    numeric-prelude Algebra.OccasionallyScalar

    No documentation available.

  6. toListMaybe :: a -> T -> [Maybe a]

    numeric-prelude Number.Peano

    No documentation available.

  7. addMaybe :: (Eq i, C a) => T i a -> T i a -> Maybe (T i a)

    numeric-prelude Number.Physical

    Add two values if the units match, otherwise return Nothing

  8. lift2Maybe :: Eq i => (a -> b -> c) -> T i a -> T i b -> Maybe (T i c)

    numeric-prelude Number.Physical

    No documentation available.

  9. ratPowMaybe :: C a => T Int -> T i a -> Maybe (T i a)

    numeric-prelude Number.Physical

    No documentation available.

  10. subMaybe :: (Eq i, C a) => T i a -> T i a -> Maybe (T i a)

    numeric-prelude Number.Physical

    Subtract two values if the units match, otherwise return Nothing

Page 180 of many | Previous | Next