aboutsummaryrefslogtreecommitdiffstats
path: root/src/Test/VeriFuzz/Internal/Shared.hs
blob: 584ecfd9e9a26cb80d884091548bc6cf39b07d22 (plain)
1
2
3
4
module Test.VeriFuzz.Internal.Shared where

fromList :: (Foldable t, Monoid a) => t a -> a
fromList = foldl mappend mempty