1
1
mirror of https://github.com/github/semantic.git synced 2024-12-14 08:25:32 +03:00

🔥 a redundant comment.

This commit is contained in:
Rob Rix 2018-12-11 13:38:21 -05:00
parent 4c796843e7
commit 45c3f828d3

View File

@ -108,7 +108,7 @@ 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.
-- This calls out to the 'Evaluatable' instances, and can have other functions composed after it to e.g. intercept effects arising in the evaluation of the term.
evalTerm :: ( Carrier sig m
, Declarations term
, Evaluatable (Base term)