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.
-
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.
sixth6 :: (a, b, c, d, e, f) -> fhledger-lib Hledger.Utils No documentation available.
-
hledger-lib Hledger.Write.Spreadsheet No documentation available.
-
hledger-lib Hledger.Write.Spreadsheet No documentation available.
-
hledger-lib Hledger.Write.Spreadsheet No documentation available.
-
Datatypes and file-access routines for the per-module (.mix) indexes used by Hpc.
-
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).
Mix :: FilePath -> UTCTime -> Hash -> Int -> [MixEntry] -> Mixhpc Trace.Hpc.Mix No documentation available.
type
MixEntry = (HpcPos, BoxLabel)hpc Trace.Hpc.Mix No documentation available.
type
MixEntryDom a = Tree (HpcPos, a)hpc Trace.Hpc.Mix No documentation available.