1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 04:10:29 +03:00

Reformat ImportGraphAnalysis.

This commit is contained in:
Rob Rix 2018-04-25 19:34:10 -04:00
parent 3a279a98f4
commit c94a6467ce

View File

@ -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