mirror of
https://github.com/github/semantic.git
synced 2025-01-02 04:10:29 +03:00
Reformat ImportGraphAnalysis.
This commit is contained in:
parent
3a279a98f4
commit
c94a6467ce
@ -61,9 +61,17 @@ parsePackage parser preludeFile project@Project{..} = do
|
||||
moduleForBlob rootDir blob <$> parse parser blob
|
||||
|
||||
|
||||
type ImportGraphAnalysis term =
|
||||
ImportGraphing
|
||||
(BadAddresses (BadModuleResolutions (BadVariables (BadValues (BadSyntax (Evaluating (Located Precise term) term (Value (Located Precise term))))))))
|
||||
type ImportGraphAnalysis term
|
||||
= ImportGraphing
|
||||
( BadAddresses
|
||||
( BadModuleResolutions
|
||||
( BadVariables
|
||||
( BadValues
|
||||
( BadSyntax
|
||||
( Evaluating
|
||||
(Located Precise term)
|
||||
term
|
||||
(Value (Located Precise term))))))))
|
||||
|
||||
-- | Render the import graph for a given 'Package'.
|
||||
graphImports :: ( Show ann
|
||||
|
Loading…
Reference in New Issue
Block a user