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.
-
graphviz Data.GraphViz.Commands Client-side imagemap.
-
graphviz Data.GraphViz.Commands As for Cmapx, except only rectangles are used as active areas.
-
graphviz Data.GraphViz.Commands Server-side imagemap.
-
graphviz Data.GraphViz.Commands As for Imap, except only rectangles are used as active areas.
journalMapPostingAmounts :: (MixedAmount -> MixedAmount) -> Journal -> Journalhledger-lib Hledger.Data.Journal Apply a transformation to a journal's posting amounts.
journalMapPostings :: (Posting -> Posting) -> Journal -> Journalhledger-lib Hledger.Data.Journal Apply a transformation to a journal's postings.
journalMapTransactions :: (Transaction -> Transaction) -> Journal -> Journalhledger-lib Hledger.Data.Journal Apply a transformation to a journal's transactions.
transactionMapPostingAmounts :: (MixedAmount -> MixedAmount) -> Transaction -> Transactionhledger-lib Hledger.Data.Transaction Apply a transformation to a transaction's posting amounts.
transactionMapPostings :: (Posting -> Posting) -> Transaction -> Transactionhledger-lib Hledger.Data.Transaction Apply a transformation to a transaction's postings.
prMapMaybeName :: (a -> Maybe b) -> PeriodicReport a c -> PeriodicReport b chledger-lib Hledger.Reports.ReportTypes Map a function over the row names, possibly discarding some.