Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

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

  2. sixth6 :: (a, b, c, d, e, f) -> f

    hledger-lib Hledger.Utils

    No documentation available.

  3. TypeMixedAmount :: Type

    hledger-lib Hledger.Write.Spreadsheet

    No documentation available.

  4. cellFromMixedAmount :: Lines border => AmountFormat -> (Class, MixedAmount) -> Cell border WideBuilder

    hledger-lib Hledger.Write.Spreadsheet

    No documentation available.

  5. cellsFromMixedAmount :: Lines border => AmountFormat -> (Class, MixedAmount) -> [Cell border WideBuilder]

    hledger-lib Hledger.Write.Spreadsheet

    No documentation available.

  6. module Trace.Hpc.Mix

    Datatypes and file-access routines for the per-module (.mix) indexes used by Hpc.

  7. data Mix

    hpc Trace.Hpc.Mix

    Mix is the information about a modules static properties, like location of Tix's in a file. Tab stops are the size of a tab in the provided line:column values.

    • In GHC, this is 1 (a tab is just a character)
    • With hpc-tracer, this is 8 (a tab represents several spaces).

  8. Mix :: FilePath -> UTCTime -> Hash -> Int -> [MixEntry] -> Mix

    hpc Trace.Hpc.Mix

    No documentation available.

  9. type MixEntry = (HpcPos, BoxLabel)

    hpc Trace.Hpc.Mix

    No documentation available.

  10. type MixEntryDom a = Tree (HpcPos, a)

    hpc Trace.Hpc.Mix

    No documentation available.

Page 278 of many | Previous | Next