cqrs-testkit-0.10.0: Command-Query Responsibility Segregation Test Support

Safe HaskellSafe
LanguageHaskell2010

Data.CQRS.Test.Internal.Utils

Documentation

chunkRandomly :: Int -> [a] -> IO [[a]] Source

chunkSized :: Int -> [a] -> IO [[a]] Source

chooseRandom :: [a] -> IO a Source