mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Use the embedSubterm helper.
This commit is contained in:
parent
ee911a0990
commit
4e9f13a035
@ -94,7 +94,7 @@ instance ( Corecursive term
|
||||
env <- askLocalEnv
|
||||
store <- getStore
|
||||
roots <- pure mempty
|
||||
trace (point (Configuration (embed (subterm <$> term)) roots env store))
|
||||
trace (point (Configuration (embedSubterm term) roots env store))
|
||||
eval term
|
||||
|
||||
trace :: trace (Configuration (LocationFor value) term value) -> TracingAnalysis trace term value ()
|
||||
|
Loading…
Reference in New Issue
Block a user