aboutsummaryrefslogtreecommitdiffstats
path: root/src/Evaluator.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Evaluator.hs')
-rw-r--r--src/Evaluator.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Evaluator.hs b/src/Evaluator.hs
index a0c6151..009f108 100644
--- a/src/Evaluator.hs
+++ b/src/Evaluator.hs
@@ -117,7 +117,6 @@ evaluateMatch env args = do
++ "- matching on expr: " ++ show actualExpr ++ "\n"
++ "- arguments: " ++ show rest)
-
(_, evaledActual) <- evaluate env actualExpr
ret <- matchPairs (actualExpr, evaledActual) pairs
return (env, ret)