1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

🔥 an obsolete comment.

This commit is contained in:
Rob Rix 2018-12-10 10:38:44 -05:00
parent fb4b254e5c
commit 2acb4d0c28

View File

@ -111,7 +111,6 @@ evaluate lang perModule runTerm modules = do
-- | Evaluate a term recursively, applying the passed function at every recursive position.
--
-- This calls out to the 'Evaluatable' instances, will be passed to 'runValueEffects', and can have other functions composed after it to e.g. intercept effects arising in the evaluation of the term.
-- TODO: evalTerm should return a ValueRef like eval and runFunction
evalTerm :: ( Carrier sig m
, Declarations term
, Evaluatable (Base term)