Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Provides the Result
type which represents results of a
static analysis tool.
Documentation
A Level
value represents the severity of a result.
None | The concept of “severity” does not apply. |
Note | A minor problem or an opportunity to improve the code was found. |
Warning | A problem was found. |
Error | A serious problem was found. |
Represents the results of a run of a static analysis tool.
MkResult | |
|