aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith/Shuffle.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Verismith/Shuffle.hs')
-rw-r--r--src/Verismith/Shuffle.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Verismith/Shuffle.hs b/src/Verismith/Shuffle.hs
index d53b18c..0c460e2 100644
--- a/src/Verismith/Shuffle.hs
+++ b/src/Verismith/Shuffle.hs
@@ -103,11 +103,11 @@ shuffleLines = applyModules shuffleLinesModule
renameVariables = applyModules renameVariablesModule
identityMod = applyModules identModule
-shuffleLinesIO :: (SourceInfo a) -> Gen (SourceInfo a)
+shuffleLinesIO :: (SourceInfo a) -> IO (SourceInfo a)
shuffleLinesIO = Hog.sample . shuffleLines
-renameVariablesIO :: (SourceInfo a) -> Gen (SourceInfo a)
-renameVariablesIO = Hog.sample . renameVariables
+renameVariablesIO :: (SourceInfo a) -> IO (SourceInfo a)
+renameVariablesIO = Hog.sample . renameVariables
m' :: SourceInfo ()
m' = SourceInfo "m" [verilog|