mirror of
https://github.com/github/semantic.git
synced 2024-12-20 05:11:44 +03:00
📝 the components of the importGraphAnalysis result type.
This commit is contained in:
parent
1a91e91a31
commit
8070fc38c0
@ -77,7 +77,12 @@ importGraphAnalysis :: forall term syntax ann a
|
||||
': Resumable (Unspecialized (Value (Located Precise term)))
|
||||
': Resumable (LoadError term)
|
||||
': EvaluatingEffects (Located Precise term) term (Value (Located Precise term))) a
|
||||
-> (Either String (Either (SomeExc (LoadError term)) ((a, ImportGraph (Term (Sum syntax) ann)), [Name])), EvaluatingState (Located Precise term) term (Value (Located Precise term)))
|
||||
-> ( Either String -- 'fail' calls
|
||||
( Either (SomeExc (LoadError term)) -- Unhandled LoadErrors
|
||||
( ( a -- the result value
|
||||
, ImportGraph (Term (Sum syntax) ann)) -- the import graph
|
||||
, [Name])) -- the list of bad names
|
||||
, EvaluatingState (Located Precise term) term (Value (Located Precise term))) -- the final state
|
||||
importGraphAnalysis
|
||||
= evaluating
|
||||
. erroring @(LoadError term)
|
||||
|
Loading…
Reference in New Issue
Block a user