| Copyright | (c) 2023 8c6794b6 |
|---|---|
| License | BSD3 |
| Maintainer | 8c6794b6 <8c6794b6@gmail.com> |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Trace.Hpc.Codecov.Parser
Description
Simple bytestring parser for reading .mix and .tix files.
Since: 0.4.0.0
Documentation
readTix' :: FilePath -> IO (Maybe Tix) Source #
Read a .tix File.
This function is similar to readTix, but internally
uses ByteString to improve performance.
Read a .mix file.
This function is similar to readMix, but internally
uses ByteString to improve performance.
NOTE: At the moment, the UTCTime field in the parsed Mix is
constantly filled with dummy value, to avoid parsing date time.