aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith/Reduce.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Verismith/Reduce.hs')
-rw-r--r--src/Verismith/Reduce.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Verismith/Reduce.hs b/src/Verismith/Reduce.hs
index 8f7bd7b..8e3c9d2 100644
--- a/src/Verismith/Reduce.hs
+++ b/src/Verismith/Reduce.hs
@@ -575,6 +575,7 @@ reduce fp eval src =
>>= redAll "Statements" (const defaultBot) halveStatements
-- >>= redAll "Expressions" (const defaultBot) halveExpr
>>= red "Remove constants in concat" defaultBot removeConstInConcat
+ >>= red "Cleaning" defaultBot (pure . cleanSourceInfoAll)
where
red s bot a = reduce_ fp s a bot eval
red' s bot a t = reduce_ fp s (a t) (bot t) eval