GHC.Types.HpcInfo
Haskell Program Coverage (HPC) support
Documentation
Information about a modules use of Haskell Program Coverage
Constructors
HpcInfo | |
Fields
| |
NoHpcInfo | |
Fields
|
type AnyHpcUsage = Bool Source #
This is used to signal if one of my imports used HPC instrumentation even if there is no module-local HPC usage
emptyHpcInfo :: AnyHpcUsage -> HpcInfo Source #
isHpcUsed :: HpcInfo -> AnyHpcUsage Source #
Find out if HPC is used by this module or any of the modules it depends upon