Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Provides the Run
type which represents a single run of a
static analysis tool.
Synopsis
- data Run = MkRun {
- runTool :: Tool
- runArtifacts :: [Artifact]
- runResults :: [Result]
Documentation
Represents individual runs of static analysis tools.
MkRun | |
|