Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. transactionMapPostings :: (Posting -> Posting) -> Transaction -> Transaction

    hledger-lib Hledger.Data.Transaction

    Apply a transformation to a transaction's postings.

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

  3. prMapName :: (a -> b) -> PeriodicReport a c -> PeriodicReport b c

    hledger-lib Hledger.Reports.ReportTypes

    Map a function over the row names.

  4. concatMap :: (Char -> JSString) -> JSString -> JSString

    jsaddle Data.JSString

    O(n) Map a function over a JSString that results in a JSString, and concatenate the results.

  5. module Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  6. foldMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  7. lowerMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  8. titleMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  9. upperMapping :: Char# -> Int64#

    jsaddle Data.JSString.Internal.Fusion.CaseMapping

    No documentation available.

  10. concatMap :: (Char -> Stream Char) -> Stream Char -> Stream Char

    jsaddle Data.JSString.Internal.Fusion.Common

    Map a function over a stream that results in a stream and concatenate the results. Properties

    unstream . concatMap (stream . f) . stream = concatMap f
    

Page 579 of many | Previous | Next