hpc-codecov-0.5.0.0: Generate reports from hpc data
Copyright(c) 2023 8c6794b6
LicenseBSD3
Maintainer8c6794b6 <8c6794b6@gmail.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Trace.Hpc.Codecov.Parser

Description

Simple bytestring parser for reading .mix and .tix files.

Since: 0.4.0.0

Synopsis

Documentation

readTix' :: FilePath -> IO (Maybe Tix) Source #

Read a .tix File.

This function is similar to readTix, but internally uses ByteString to improve performance.

readMix' Source #

Arguments

:: [String]

Dir names

-> Either String TixModule

module wanted

-> IO Mix 

Read a .mix file.

This function is similar to readMix, but internally uses ByteString to improve performance.