hpc-0.6.0.3: Code Coverage Library for Haskell

Safe HaskellSafe
LanguageHaskell98

Trace.Hpc.Tix

Description

Datatypes and file-access routines for the tick data file (.tix) used by Hpc.

Synopsis

Documentation

data Tix #

Tix is the storage format for our dynamic information about what boxes are ticked.

Constructors

Tix [TixModule] 

readTix :: String -> IO (Maybe Tix) #

Read a .tix File.

writeTix :: String -> Tix -> IO () #

Write a .tix File.

getTixFileName :: String -> String #

getTixFullName takes a binary or .tix-file name, and normalizes it into a .tix-file name.