aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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