| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
GHC.Types.HpcInfo
Description
Haskell Program Coverage (HPC) support
Synopsis
- data HpcInfo
 - type AnyHpcUsage = Bool
 - emptyHpcInfo :: AnyHpcUsage -> HpcInfo
 - isHpcUsed :: HpcInfo -> AnyHpcUsage
 
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