aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-01 15:12:54 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-12-01 15:12:54 +0000
commit6c53ca082f3b11c5fe4bdcb6d9b5b93ab215749e (patch)
tree609fe5559e10813cf3093edce1189ace2319c077 /src
parentbe498dd4534e88f0203f76aed2a4afe516013129 (diff)
downloadverismith-6c53ca082f3b11c5fe4bdcb6d9b5b93ab215749e.tar.gz
verismith-6c53ca082f3b11c5fe4bdcb6d9b5b93ab215749e.zip
Add internal shared module
Diffstat (limited to 'src')
-rw-r--r--src/Test/VeriFuzz/Internal/Shared.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Test/VeriFuzz/Internal/Shared.hs b/src/Test/VeriFuzz/Internal/Shared.hs
new file mode 100644
index 0000000..584ecfd
--- /dev/null
+++ b/src/Test/VeriFuzz/Internal/Shared.hs
@@ -0,0 +1,4 @@
+module Test.VeriFuzz.Internal.Shared where
+
+fromList :: (Foldable t, Monoid a) => t a -> a
+fromList = foldl mappend mempty