aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/VeriFuzz/Fuzz.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/VeriFuzz/Fuzz.hs b/src/VeriFuzz/Fuzz.hs
index 8db6c29..81bec49 100644
--- a/src/VeriFuzz/Fuzz.hs
+++ b/src/VeriFuzz/Fuzz.hs
@@ -21,6 +21,9 @@ module VeriFuzz.Fuzz
, fuzzMultiple
, runFuzz
, sampleSeed
+ -- * Helpers
+ , make
+ , pop
)
where