mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
Delegate the analysis of terms to the underlying analysis.
This commit is contained in:
parent
271f3fb786
commit
5749c50302
@ -71,4 +71,4 @@ instance ( Corecursive (TermFor m)
|
||||
=> MonadAnalysis (DeadCodeAnalysis m) where
|
||||
analyzeTerm term = do
|
||||
revive (embedSubterm term)
|
||||
DeadCodeAnalysis (analyzeTerm (second runDeadCodeAnalysis <$> term))
|
||||
delegateAnalyzeTerm term
|
||||
|
Loading…
Reference in New Issue
Block a user