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. separateSum :: forall (n :: Nat) (m :: Natural) a . (SaneIntegral a, KnownIntegral a n) => Finite a (n + m) -> Either (Finite a n) (Finite a m)

    finite-typelits Data.Finite.Integral

    Take a Left-biased disjoint union apart.

  2. asum :: (Foldable t, Alternative f) => t (f a) -> f a

    graphviz Data.GraphViz.Parsing

    The sum of a collection of actions using (<|>), generalizing concat. asum is just like msum, but generalised to Alternative.

    Examples

    Basic usage:
    >>> asum [Just "Hello", Nothing, Just "World"]
    Just "Hello"
    

  3. consumeLine :: Parse Text

    graphviz Data.GraphViz.Parsing

    Parses and returns all characters up till the end of the line, but does not touch the newline characters.

  4. SmartAssumeStart :: Year -> Maybe Month -> SmartDate

    hledger-lib Hledger.Data

    No documentation available.

  5. accountSummarisedName :: AccountName -> Text

    hledger-lib Hledger.Data.AccountName

    Truncate all account name components but the last to two characters.

  6. maSum :: Foldable t => t MixedAmount -> MixedAmount

    hledger-lib Hledger.Data.Amount

    Sum a collection of MixedAmounts. Amounts with different costs are kept separate.

  7. SmartAssumeStart :: Year -> Maybe Month -> SmartDate

    hledger-lib Hledger.Data.Types

    No documentation available.

  8. mixedAmountApplyValuationAfterSumFromOptsWith :: ReportOpts -> Journal -> PriceOracle -> DateSpan -> MixedAmount -> MixedAmount

    hledger-lib Hledger.Reports.ReportOptions

    Select the Account valuation functions required for performing valuation after summing amounts. Used in MultiBalanceReport to value historical and similar reports.

  9. valuationAfterSum :: ReportOpts -> Maybe (Maybe CommoditySymbol)

    hledger-lib Hledger.Reports.ReportOptions

    If the ReportOpts specify that we are performing valuation after summing amounts, return Just of the commodity symbol we're converting to, Just Nothing for the default, and otherwise return Nothing. Used for example with historical reports with --value=end.

  10. propCosAngleSum :: (Eq a, C a) => a -> a -> Bool

    numeric-prelude Algebra.Transcendental

    No documentation available.

Page 127 of many | Previous | Next