From fa4d1bf03003944e8a73ac4e341633020edca6af Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 10 Jan 2019 17:20:42 +0000 Subject: Fix warnings --- src/VeriFuzz/Verilog/Mutate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VeriFuzz/Verilog/Mutate.hs') diff --git a/src/VeriFuzz/Verilog/Mutate.hs b/src/VeriFuzz/Verilog/Mutate.hs index 501d217..36cdb9b 100644 --- a/src/VeriFuzz/Verilog/Mutate.hs +++ b/src/VeriFuzz/Verilog/Mutate.hs @@ -107,7 +107,7 @@ instantiateMod mod main = -- | Instantiate without adding wire declarations. It also does not count the -- current instantiations of the same module. -- --- >>> instantiateMod_ mod main +-- >>> instantiateMod_ mod -- m m(y, x); -- instantiateMod_ :: ModDecl -> ModItem -- cgit