hpc-0.6.0.2: 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 Source

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

Constructors

Tix [TixModule] 

Instances

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

Read a .tix File.

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

Write a .tix File.

getTixFileName :: String -> String Source

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