1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Remove comment

This commit is contained in:
Timothy Clem 2018-04-23 11:44:56 -07:00
parent 56f7d6d168
commit 79d05e820a

View File

@ -93,6 +93,5 @@ graphImports package = analyze (Analysis.SomeAnalysis (Analysis.evaluatePackage
asAnalysisForTypeOfPackage = const asAnalysisForTypeOfPackage = const
extractGraph result = case result of extractGraph result = case result of
-- (Right (Right (Right (Right (Right (Right (Right ((((_, graph), _), _), _))))))), _) -> pure $! graph
(Right (Right (Right (Right (Right (Right (Right (Right ((((_, graph), _), _), _)))))))), _) -> pure $! graph (Right (Right (Right (Right (Right (Right (Right (Right ((((_, graph), _), _), _)))))))), _) -> pure $! graph
_ -> throwError (toException (Exc.ErrorCall ("graphImports: import graph rendering failed " <> show result))) _ -> throwError (toException (Exc.ErrorCall ("graphImports: import graph rendering failed " <> show result)))