aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz.hs')
-rw-r--r--src/VeriFuzz.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VeriFuzz.hs b/src/VeriFuzz.hs
index 4f34ec9..fecc5d2 100644
--- a/src/VeriFuzz.hs
+++ b/src/VeriFuzz.hs
@@ -20,7 +20,8 @@ module VeriFuzz
, module VeriFuzz.Graph.Random
-- * Simulator
, module VeriFuzz.Simulator
- ) where
+ )
+where
import VeriFuzz.Circuit
import VeriFuzz.Graph.ASTGen