aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Test/VeriFuzz/Mutate.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Test/VeriFuzz/Mutate.hs b/src/Test/VeriFuzz/Mutate.hs
index c483aaa..1c8f44a 100644
--- a/src/Test/VeriFuzz/Mutate.hs
+++ b/src/Test/VeriFuzz/Mutate.hs
@@ -13,3 +13,7 @@ more random patterns, such as nesting wires instead of creating new ones.
module Test.VeriFuzz.Mutate where
+import Test.VeriFuzz.VerilogAST
+
+nestId :: ModuleDecl -> Identifier -> ModuleDecl
+nestId mod id = (error "FIXME: nestId")