| Copyright | (c) 2020 Kowainik |
|---|---|
| License | MPL-2.0 |
| Maintainer | Kowainik <xrom.xkov@gmail.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Stan.Analysis
Description
Static analysis of all HIE files.
Synopsis
- data Analysis = Analysis {}
- runAnalysis :: Map FilePath (Either ExtensionsError ParsedExtensions) -> HashMap FilePath (HashSet (Id Inspection)) -> [Id Observation] -> [HieFile] -> Analysis
Documentation
This data type stores all information collected during static analysis.
Constructors
| Analysis | |
Fields | |
Arguments
| :: Map FilePath (Either ExtensionsError ParsedExtensions) | |
| -> HashMap FilePath (HashSet (Id Inspection)) | |
| -> [Id Observation] | List of to-be-ignored Observations. |
| -> [HieFile] | |
| -> Analysis |
Perform static analysis of given HieFile.