aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Mutate.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Mutate.hs')
-rw-r--r--src/VeriFuzz/Mutate.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/VeriFuzz/Mutate.hs b/src/VeriFuzz/Mutate.hs
index 61fdd7a..d012358 100644
--- a/src/VeriFuzz/Mutate.hs
+++ b/src/VeriFuzz/Mutate.hs
@@ -218,10 +218,6 @@ simplify e = e
--
-- >>> GenVerilog . removeId ["x"] $ Id "x" + Id "y"
-- (x + (-1'h0))
---
--- This can be combined with 'simplify' to completely remove an identifier.
---
--- >>> GenVerilog . simplify . removeId ["z"] $ Id "x" + Id "y" - Id "z"
removeId :: [Identifier] -> Expr -> Expr
removeId i expr =
transform trans expr