aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-05-25 22:37:11 +0100
committerYann Herklotz <git@yannherklotz.com>2019-05-25 22:37:11 +0100
commit3ad518489f1528941d4d059e594ad9ac1d22fd0d (patch)
treed4d81251cd3351380b7f24294a160336ca46621b
parent404a828cd1bb7d69d1e879882a6b79f3378cd98d (diff)
downloadverismith-3ad518489f1528941d4d059e594ad9ac1d22fd0d.tar.gz
verismith-3ad518489f1528941d4d059e594ad9ac1d22fd0d.zip
Export helpers from Fuzz.hs
-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