Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Trace.Hpc.Util
Description
Minor utilities for the HPC tools.
Documentation
fromHpcPos :: HpcPos -> (Int, Int, Int, Int)
fromHpcPos
explodes the HpcPos into line:column-line:colunm
insideHpcPos :: HpcPos -> HpcPos -> Bool
Predicate determining whether the first argument is inside the second argument.
class HpcHash a where
catchIO :: IO a -> (IOException -> IO a) -> IO a