aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz.hs')
-rw-r--r--src/VeriFuzz.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VeriFuzz.hs b/src/VeriFuzz.hs
index 2bcc901..9bf3602 100644
--- a/src/VeriFuzz.hs
+++ b/src/VeriFuzz.hs
@@ -74,7 +74,7 @@ genRandom n = do
makeSrcInfo :: ModDecl -> SourceInfo
makeSrcInfo m =
- (SourceInfo (m ^. modId . getIdentifier) (VerilogSrc [Description m]))
+ SourceInfo (m ^. modId . getIdentifier) (VerilogSrc [Description m])
-- | Draw a randomly generated DAG to a dot file and compile it to a png so it
-- can be seen.