Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. Cmapx :: GraphvizOutput

    graphviz Data.GraphViz.Commands

    Client-side imagemap.

  2. CmapxNP :: GraphvizOutput

    graphviz Data.GraphViz.Commands

    As for Cmapx, except only rectangles are used as active areas.

  3. Imap :: GraphvizOutput

    graphviz Data.GraphViz.Commands

    Server-side imagemap.

  4. ImapNP :: GraphvizOutput

    graphviz Data.GraphViz.Commands

    As for Imap, except only rectangles are used as active areas.

  5. journalMapPostingAmounts :: (MixedAmount -> MixedAmount) -> Journal -> Journal

    hledger-lib Hledger.Data.Journal

    Apply a transformation to a journal's posting amounts.

  6. journalMapPostings :: (Posting -> Posting) -> Journal -> Journal

    hledger-lib Hledger.Data.Journal

    Apply a transformation to a journal's postings.

  7. journalMapTransactions :: (Transaction -> Transaction) -> Journal -> Journal

    hledger-lib Hledger.Data.Journal

    Apply a transformation to a journal's transactions.

  8. transactionMapPostingAmounts :: (MixedAmount -> MixedAmount) -> Transaction -> Transaction

    hledger-lib Hledger.Data.Transaction

    Apply a transformation to a transaction's posting amounts.

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

    hledger-lib Hledger.Data.Transaction

    Apply a transformation to a transaction's postings.

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

Page 577 of many | Previous | Next