1
1
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:
Rob Rix 2018-03-06 17:18:00 -05:00
parent ee911a0990
commit 4e9f13a035

View File

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