From 45c3f828d377af6559dde429a271a983a11ef7bc Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 11 Dec 2018 13:38:21 -0500 Subject: [PATCH] :fire: a redundant comment. --- src/Semantic/Analysis.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Semantic/Analysis.hs b/src/Semantic/Analysis.hs index 6ae4ae2db..733491b22 100644 --- a/src/Semantic/Analysis.hs +++ b/src/Semantic/Analysis.hs @@ -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)