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.
-
finite-typelits Data.Finite.Integral Take a Left-biased disjoint union apart.
asum :: (Foldable t, Alternative f) => t (f a) -> f agraphviz 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"
-
graphviz Data.GraphViz.Parsing Parses and returns all characters up till the end of the line, but does not touch the newline characters.
SmartAssumeStart :: Year -> Maybe Month -> SmartDatehledger-lib Hledger.Data No documentation available.
accountSummarisedName :: AccountName -> Texthledger-lib Hledger.Data.AccountName Truncate all account name components but the last to two characters.
maSum :: Foldable t => t MixedAmount -> MixedAmounthledger-lib Hledger.Data.Amount Sum a collection of MixedAmounts. Amounts with different costs are kept separate.
SmartAssumeStart :: Year -> Maybe Month -> SmartDatehledger-lib Hledger.Data.Types No documentation available.
-
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.
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.
propCosAngleSum :: (Eq a, C a) => a -> a -> Boolnumeric-prelude Algebra.Transcendental No documentation available.