Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Datatypes and file-access routines for the per-module (.mix
) indexes used by Hpc.
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.
hpc-tracer
, this is 8 (a tab represents several spaces).type MixEntry = (HpcPos, BoxLabel) Source
GuardBinBox | |
CondBinBox | |
QualBinBox |
Create is mix file.
Read a mix file.
createMixEntryDom :: Show a => [(HpcPos, a)] -> [MixEntryDom [a]] Source
type MixEntryDom a = Tree (HpcPos, a) Source
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/7.10.3/docs/html/libraries/hpc-0.6.0.2/Trace-Hpc-Mix.html